@charset "UTF-8";

/* frame.css
**************************************************************************************/

body {
	overflow-x: hidden;
}

/* Frame
=============================================================================*/

/*common*/

#header {
	width:100%;
	z-index:80;
}

.main-container {
	background: url("../../image/contents-bg002.gif") repeat-y center top;
}

#wrapper-under {
	width:1200px;
	margin:0 auto 10px;
	padding:60px 0 60px 0;
}

#main {
	float:right;
	width:900px;
	font-size:114%;
}

#side {
	float:left;
	width:255px;
	margin:-120px 0 0 0;
	height:100%;
	background:#f5f5f5;
}
#footer {
	background:#FFF;
}

/*home*/

.home .main-container {
	margin:0 auto 30px;
	background:none;
}

.home #main {
	width:100%;
	font-size:100%;
}

	

@media screen and (max-width: 1199px){
#side {
	display:none;
}
.main-container {
	width:auto;
	padding:0 0 0 0;
	background:none;
}
#wrapper-under {
	width:100%;
	padding:30px 0;
}
#main {
	float:none;
	width:710px;
	margin:0 auto;
}
/*home*/
.home .main-container {
	padding:0 0 0 0;
}

}

@media screen and (max-width: 767px){
.main-container {
	padding:0;
}
#wrapper-under {
	padding:0 10px;
	/*box-sizing*/
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
}
#main {
	width:100%;
}

/*home*/
.home .main-container {
	margin:0 auto 0;
	background:none;
}
}


/* 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:#0e4ca9;
	text-decoration:underline;}
a:visited { 
	color:#636;
	text-decoration:underline;}
a:hover { color:#f39a00; }
a:active { color:#f39a00; }
a.blank {
	padding: 0;
}

body {
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	color: #111111;
	letter-spacing:normal;
	line-height:1.8;
	font-weight: 500;
	font-size:82%;
}



#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));
}
