/* 目次 -------------------------------------------------

・リンク設定 ・共通クラス ・サイト共通 ・ヘッダ ・メニュー ・コンテンツ ・フッタ

------------------------------------------------- */ 
table {
	_line-height:150%;
	font-size:100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0%;
	height: 0px;
	text-indent: -9999px;
}
.clearer {
	clear: both;
}
.v_middle {
	vertical-align:middle;
}

/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* End hide from IE-mac */ /*配置設定クラス*/
.alignL {
	text-align: left !important;
}
.alignC {
	text-align: center !important;
}
.alignR {
	text-align: right !important;
}
.mg_5 {
	margin:5px !important;
}
.mg_lr5 {
	margin:0px 5px !important;
}
.mg_t5 {
	margin-top:5px !important;
}
.mg_b5 {
	margin-bottom:5px !important;
}
.mg_l5 {
	margin-left:5px !important;
}
.mg_r5 {
	margin-right:5px !important;
}
.mg_10 {
	margin:10px !important;
}
.mg_lr10 {
	margin:0px 10px !important;
}
.mg_t10 {
	margin-top:10px !important;
}
.mg_b10 {
	margin-bottom:10px !important;
}
.mg_l10 {
	margin-left:10px !important;
}
.mg_r10 {
	margin-right:10px !important;
}
.mg_12 {
	margin:12px !important;
}
.mg_lr12 {
	margin:0px 12px !important;
}
.mg_t12 {
	margin-top:12px !important;
}
.mg_b12 {
	margin-bottom:12px !important;
}
.mg_l12 {
	margin-left:12px !important;
}
.mg_r12 {
	margin-right:12px !important;
}
.mg_15 {
	margin:15px !important;
}
.mg_lr15 {
	margin:0px 15px !important;
}
.mg_t15 {
	margin-top:15px !important;
}
.mg_b15 {
	margin-bottom:15px !important;
}
.mg_l15 {
	margin-left:15px !important;
}
.mg_r15 {
	margin-right:15px !important;
}
.mg_20 {
	margin:20px !important;
}
.mg_lr20 {
	margin:0px 20px !important;
}
.mg_t20 {
	margin-top:20px !important;
}
.mg_b20 {
	margin-bottom:20px !important;
}
.mg_l20 {
	margin-left:20px !important;
}
.mg_r20 {
	margin-right:20px !important;
}
.mg_25 {
	margin:25px !important;
}
.mg_lr25 {
	margin:0px 25px !important;
}
.mg_t25 {
	margin-top:25px !important;
}
.mg_b25 {
	margin-bottom:25px !important;
}
.mg_l25 {
	margin-left:25px !important;
}
.mg_r25 {
	margin-right:25px !important;
}
.mg_30 {
	margin:30px !important;
}
.mg_lr30 {
	margin:0px 30px !important;
}
.mg_t30 {
	margin-top:30px !important;
}
.mg_b30 {
	margin-bottom:30px !important;
}
.mg_l30 {
	margin-left:30px !important;
}
.mg_r30 {
	margin-right:30px !important;
}
.mg_40 {
	margin:40px !important;
}
.mg_lr40 {
	margin:0px 40px !important;
}
.mg_t40 {
	margin-top:40px !important;
}
.mg_b40 {
	margin-bottom:40px !important;
}
.mg_l40 {
	margin-left:40px !important;
}
.mg_r40 {
	margin-right:40px !important;
}
.pd_5 {
	padding:5px !important;
}
.pd_lr5 {
	padding:0px 5px !important;
}
.pd_t5 {
	padding-top:5px !important;
}
.pd_b5 {
	padding-bottom:5px !important;
}
.pd_l5 {
	padding-left:5px !important;
}
.pd_r5 {
	padding-right:5px !important;
}
.pd_10 {
	padding:10px !important;
}
.pd_lr10 {
	padding:0px 10px !important;
}
.pd_t10 {
	padding-top:10px !important;
}
.pd_b10 {
	padding-bottom:10px !important;
}
.pd_l10 {
	padding-left:10px !important;
}
.pd_r10 {
	padding-right:10px !important;
}
.pd_15 {
	padding:15px !important;
}
.pd_lr15 {
	padding:0px 15px !important;
}
.pd_t15 {
	padding-top:15px !important;
}
.pd_b15 {
	padding-bottom:15px !important;
}
.pd_l15 {
	padding-left:15px !important;
}
.pd_r15 {
	padding-right:15px !important;
}
.pd_20 {
	padding:20px !important;
}
.pd_lr20 {
	padding:0px 20px !important;
}
.pd_t20 {
	padding-top:20px !important;
}
.pd_b20 {
	padding-bottom:20px !important;
}
.pd_l20 {
	padding-left:20px !important;
}
.pd_r20 {
	padding-right:20px !important;
}
.pd_0 {
	padding: 0 !important;
}

/* リンク設定 -------------------------------------------------*/
a {
	color: #ff7800;
	text-decoration: none;
}
a:hover {
	color: #bd3232;
}
.filter07 a img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.filter07 a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}
.bghover a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.bghover a:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* カラー設定 ------------------------------------------------- */
.red {
	color:#CC0000 !important;
}
.error {
	color:#CC0000 !important;
}
.blue {
	color:#1C4295;
}
.pink {
	color:#cc0066;
}
.green {
	color:#669900;
} /* フォント設定 ------------------------------------------------- */
.fontS {
	font-size:80% !important;
}
.fontL {
	font-size: 120% !important;
	line-height:170% !important;
}

/* 共通クラス----------------------------------------------------- */
/*フォントサイズ指定
10px	77%
11px	85%
12px	93%
13px	100%
14px	108%
15px	116%
16px	123.1%
17px	131%
18px	138.5%
19px	146.5%
20px	153.9%
21px	161.6%
22px	167%
23px	174%
24px	182%
25px	189%
26px	197%
*/
body {
	background: #FFF url(../images/bg.jpg) repeat center top;
	font: 13px/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3f3f3f;
}
* html body {  
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
}  
  
*:first-child+html body {  
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
} 
.txthide {
	display: none;
}
#top_header {
	text-align: center;
	height: 571px;
	width: 100%;
	margin-bottom: 30px;
	background: url(../images/bg_header.gif) repeat-x left top;
}
#top_header h1 {
	background: url(../images/head_visual.jpg) no-repeat center top;
	height: 571px;
	text-indent: -9999px;
}
#main {
	text-align: center;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}
#main2 {
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}
#imitationa {
	background: url(../images/img1.jpg) no-repeat;
	height: 336px;
	width: 476px;
	float: left;
}
#imitationb {
	background: url(../images/img2.jpg) no-repeat;
	height: 336px;
	width: 476px;
	float: right;
}
#imitationa h1, #imitationa p, #imitationb h1, #imitationb p {
	display: none;
}
#tokuten {
	clear: both;
	margin-top: 30px;
}
#tokuten h1 {
	background: url(../images/tit1.jpg) no-repeat;
	text-indent: -9999px;
	height: 112px;
	width: 980px;
	margin-bottom: 30px;
}
#tokuten1 h1, #tokuten1 p, #tokuten2 h1, #tokuten2 p, #tokuten3 h1, #tokuten3 p {
	display: none !important;
}
#tokuten1 {
	background: url(../images/img3.jpg) no-repeat;
	height: 504px;
	width: 310px;
	float: left;
	margin-right: 25px;
}
#tokuten2 {
	background: url(../images/img4.jpg) no-repeat;
	height: 504px;
	width: 310px;
	float: left;
	margin-right: 25px;
}
#tokuten3 {
	background: url(../images/img5.jpg) no-repeat;
	height: 504px;
	width: 310px;
	float: left;
}
.btn_buy {
	text-align: center;
	padding-top: 434px;
}
#tabcontent {
	width: 970px;
	background-color: #FFF;
	border-right: 5px solid #eae763;
	border-left: 5px solid #eae763;
}
#tabmenu ul {
height: 42px;
width: 465px;
text-align:left;
float: left;
}
#tabmenu ul li {
	float: left;
	margin-right: 10px;
}
#tabmenu ul li a {
	display: block;
	height: 42px;
	width: 217px;
	text-indent: -9999px;
}
#tab1 a {
	background: url(../images/menu1.gif) 0 0 no-repeat;
}
#tab1 a:hover {
	background: url(../images/menu1.gif) 0 -42px no-repeat;
}
#tab2 a {
	background: url(../images/menu2.gif) 0 0 no-repeat;
}
#tab2 a:hover {
	background: url(../images/menu2.gif) 0 -42px no-repeat;
}
#tabmenu {
	background: url(../images/bg_infotop.gif) no-repeat left bottom;
	height: 47px;
	padding-left: 10px;
	width: 970px;
}
#tabbottom {
	background: url(../images/bg_infobottom.gif) no-repeat;
	height: 5px;
	width: 980px;
}
#tabcontent section {
	text-align: left;
	font-size:116%;
	line-height: 28px;
}
#tabcontent section h1 {
	font-size: 150%;
	margin: 7px 0;
}
#tabcontent article {
	background: url(../images/bdr_dot.gif) repeat-x left bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
footer {
	background: url(../images/bg_footer.gif) repeat-x center bottom;
	height: 111px;
}
#footer_inner {
	text-align: center;
	height: 111px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#btn_page_top {
	position: absolute;
	top: -41px;
	right: 0px;
}
#bnarea li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
.sns { margin:50px 0 0; }
.sns iframe { margin-bottom:10px; vertical-align:top; }

.sns clearfix img {
	vertical-align: middle;
}

.sns clearfix iframe{
	vertical-align: middle;
	border: none;
}
