@charset "utf-8";
/* ==============================
CSS info
 
 updata : 2013/10/24
 name   : common.css
 style  : 各ページに共通する設定

 [構成]
 1.COMMON
 2.HEADER
 3.NAV
 4.FOOTER
============================== */

/* ========
1.COMMON
==================================================== */

html {
	/* 中央配置用 */
	height: 100%;
	margin: 0 auto;
	padding: 0;
	display: table;
}
body {
	color: #2a2a2a;
	font-family: "メイリオ","Meiryo",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ 	Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 12px;
	line-height: 1.5;
	word-break:break-all;

	/* 中央配置用 */
	margin:0 auto;
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	min-height:100%;
}
a {
	color: #2a2a2a;
	text-decoration:underline;
}
a:link {}
a:visited {}
a:hover {
	color: #1d75eb;
}
a:active {
	color: #1d75eb;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac ¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */ 

.clear {
	clear: both;
}
#wrapper {
	margin: 0px auto;
}

/* ========
2.HEADER
==================================================== */

header h1 a{
	width:166px;
	height:97px;
	margin:0 auto 40px;
	display:block;
	background: url(../img/img_h1.gif) no-repeat;
	text-indent:-9999px;
}
header nav ul li{
	padding-left:1em;
}
header nav div.sp{
	display:none;
}
header p{
	margin-bottom:40px;
	line-height:2.0;
}

/* ========
3.NAV
==================================================== */

.line_left{
	margin-bottom:20px;
	width:0%;
	height:3px;
	background-color:#333;
}
.line_position{
	position:relative;
	margin:20px 0 40px;
	height:3px;
}
.line_right{
	position:absolute;
	top:0;
	left:100%;
	width:0%;
	height:3px;
	background-color:#333;
}
nav ul{
	text-align:center;
}
nav ul li{
	display:inline;
}
nav ul li a{
	margin:0 30px 0 0;
	font-style:italic;
	font-weight:bold;
}
nav ul li a.facebook{
	width:15px;
	height:15px;
	margin:0;
}
nav ul li a img{
	display:inline;
	vertical-align:middle;
}	

/* ========
4.FOOTER
==================================================== */
footer p {
	font-size:10px;
	color:#dddddd;
}