@charset "UTF-8";

/* frame.css
**************************************************************************************/


/* Frame
=============================================================================*/

/*common*/

html,
#body-in {
	overflow-x:hidden;
}

#header {
	padding:37px 0 0 0;
}

.main-container {
	width:1260px;
	margin:0 auto 10px;
}

#main {
	float:right;
	width:965px;
}

#side {
	float:left;
	width:255px;
}

#footer {
	width:1260px;
	margin:0 auto;
	display:table;
	position:relative;
}


/*home*/

.home .main-container {
	width:auto;
	margin:0 auto;
}

.home #main {
	width:auto;
	float:none;
}

.home #side {
	float:right;
}
	
@media screen and (max-width: 767px){
#header {
	padding:0;
}
#side {
	width:auto;
	float:none;
}
.main-container {
	width:auto;
	padding:0 10px;
}
.home .main-container {
	width:auto;
	padding:0 10px;
}
#main {
	float:none;
	width:100%;
}
#footer {
	width:auto;
	display:block;
}
}


/* 2.Font
=============================================================================*/
/*
77% = 10px	| 	123.1% = 16px	|	167% = 22px	
85% = 11px	|	131% = 17px	    |	174% = 23px
93% = 12px	|	138.5% = 18px	|	182% = 24px
100% = 13px	|	146.5% = 19px	|	189% = 25px
107% = 14px	|	153.9% = 20px	|	197% = 26px
114% = 15px	|	161.6% = 21px	|
*/

/*Link*/
a{overflow:hidden;}
a:link { 
	color:#0874c0;
	text-decoration:underline;}
a:visited { 
	color:#636;
	text-decoration:underline;}
a:hover { color:#f39a00; }
a:active { color:#f39a00; }
a.blank {
	padding: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
}

body {
	margin:0;
	padding:0;
	color: #222;
  	font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:normal;
	line-height:1.6;
	font-size:88%;
}

#main h1 {	font-size: 153.9%;}
h2 {	font-size: 123.1%;}
h3 {	font-size: 107%;}
h4 {	font-size: 107%;}
#main h1,h2,h3,h4, #wrapper-under strong{	font-weight: bold;}



/* 3.IE PNG FIX
=============================================================================*/
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}
