/* ==================================
€Κέθ
================================== */

/*------------------------------
 ϊ»
------------------------------*/
*{
	margin:0px;
	padding:0px;
	/*font-size:13px;*/
	line-height:140%;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	height: 100%;
}

body{
	height: 100%;
	background-color:#FFFFFF;
	color:#333;
	/*text-align:center;*/
	overflow-x:hidden !important;
}

body > #container_all {
	height: auto;
	text-align:left;
}

/*------------------------------
 Og
------------------------------*/
#container_all{
	font-family:'CI',Meiryo,'qMmpS Pro W3','Hiragino Kaku Gothic Pro','lr oSVbN','MS PGothic',sans-serif;
	/* background-image:url(/images/common/bg001.gif); */
	background-color:#FFFFFF;
	margin:0 auto;
	padding-bottom:10px;
	word-spacing: 1px;
	width:800px;
}
#container_all_w{
	font-family:'CI',Meiryo,'qMmpS Pro W3','Hiragino Kaku Gothic Pro','lr oSVbN','MS PGothic',sans-serif;
	/* background-image:url(/images/common/bg001w.gif); */
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
	padding-bottom:10px;
	word-spacing: 1px;
	width:1000px;
}
/*------------------------------
 Xy[T[
------------------------------*/
.lh10{
	line-height:10px;
}
.lh5{
	line-height:5px;
}



/*------------------------------
 ^O
------------------------------*/
/*input, select, textarea { font-size:12px; }*/
a { color:#0000CC;text-decoration:none; }
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { color:#0000CC;text-decoration:underline; }
IMG { border: none; }
li { list-style:none; }


/*------------------------------
 €ΚNX
------------------------------*/
/*
.fs1 { font-size:10px; line-height:12px; }
.fs2 { font-size:12px; line-height:14px; }
.fs3 { font-size:14px; line-height:16px; }
.fs4 { font-size:18px; line-height:21px; }
.fs1x { font-size:10px; line-height:13px; }
.fs2x { font-size:12px; line-height:16px; }
.fs3x { font-size:14px; line-height:19px; }
.fs4x { font-size:18px; line-height:25px; }
.ttl { font-size:14px; line-height:16px; color:#001EAD; font-weight:bold; }
*/

/*------------------------------*/
/* cap_box                      */
/*------------------------------*/
h1.cap_box01{
	padding:0px 0 8px 6px;
	margin:0 0 0 0;
	background:url("/images/img/cap_bg01.gif") repeat-x;
	text-align:left;
	clear:both;
}

h1.cap_box01 span{
	border-left: 4px solid #CC3433;padding: 0 6px;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

h2.cap_box02{
	border: 1px solid #ddd;
	padding:5px;
	margin:0;
	background:url("/images/img/cap_bg02.gif") repeat-x;
	text-align:left;
	clear:both;
}
h2.cap_box02 span{
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}


/*------------------------------*/
/* SNS button                   */
/*------------------------------*/
#sns_plugin{
	max-width:1000px;
	height: 40px;
	padding:6px;
	/*margin:auto;*/
	text-align:left;
    overflow: hidden;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.google_c div {
	display: inline !important;
}

.twitter-share-button{
	/*width:100px!important;*/
}

/* NAtBbNX */
.clearfix {
	zoom:1;
}
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;
	overflow: hidden;
	overflow: auto;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*===============================================
style.css ζΚΜ‘ͺ***pxΘγ
===============================================*/
@media screen and (min-width: 1092px){
	IMG {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	#header,
	#header_w,
	#footer,
	#container_all,
	#container_all_w {
		width: 1092px;
		margin: auto;
	}
	#container_top{width:1092px;margin:auto;}

}

/*===============================================
tablet.css ζΚΜ‘ͺ***pxάΕ
===============================================*/
@media screen and (max-width: 1091px){
	IMG {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	#header,
	#header_w,
	#footer,
	#sns_plugin {
		width: 95% !important;
	}
	#container_all,
	#container_all_w {
		width: 100% !important;
	}
}


/*===============================================
smart.css  ζΚΜ‘ͺ***pxάΕ
===============================================*/
@media screen and (max-width: 747px){
	IMG {
		max-width: 100% !important;
		height: auto;
		width /***/:auto;
	}

	.fbBtn,.tweetbtn,.linebtn,.g-plusone {
		float: left;
		margin-left: 5px;
	}
	
	.g-plusone {
		height: 20px !important;
		margin: 5px 0 0 0;
	}
	
	/*#___plusone_0 {
		position: absolute;
		left:5px;
		bottom:0;
	}*/
	
	.linebtn {
		width: 88px;
		margin: 5px 0 0 0;
		position: absolute;
		left:28%;
		bottom:0;
	}

	#header #jnav,
	#header_w #jnav {
		/*display: none;*/
		display: block;
		margin:auto;
	}
}