@charset "utf-8";



/* ==============================================
layout
============================================== */

div#h-siteroot{
background-color:#f8f8f8;
}
div#h-siteroot p{
width:900px;
margin:0 auto;
padding:5px 0;
}
div#h-siteroot p span {
padding:0 0.5em;
}

div#includeContainer {
margin:0;
padding:0;
background:#FFFFFF;
}
div#includeContents {
width:100%;
margin:0;
padding:0;
}
div#tmpl_content {
margin:0;
padding:0;
background:#FFFFFF;
}
div#tmpl_main {
width:100%;
margin:0;
padding:0;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
p{
	font-size:12px;
}
img{
	margin:0;
	padding:0;
	border:none;
}



/* ==============================================
contents
============================================== */

body{
}
#fmgr{
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:900px;
	margin:0 auto;
	padding:30px 0 80px 0;
}
#fmgr h1{
	text-align:center;
	margin:30px 0 30px 0;
}
#fmgr .box{
	border:1px #000000 solid;
	margin-bottom:50px;
}
#fmgr h2{
	background:#000000;
	color:#FFFFFF;
	padding:15px 20px;
	font-weight:normal;
	font-size:24px;
	letter-spacing:1px;
	margin:0;
}
#fmgr h2 span{
	color:#03bdf8;
	font-size:36px;
	padding-right:5px;
}
#fmgr h3{
	font-size:16px;
	width:48px;
	color:#FFFFFF;
	font-size:18px;
	font-weight:600;
	padding:0 10px;
	background:#000000;
	margin-bottom:10px;
}
#fmgr h4{
	color:#03bdf8;
	background:url(../img/fmgr_icon.jpg) left 5px no-repeat;
	padding-left:10px;
	margin-bottom:10px;
	font-size:16px;
}
#fmgr .note{
	padding:20px 20px;
}
#fmgr .note p{
	font-size:14px;
	line-height:2em;
	letter-spacing:0.2px;
}
#fmgr .setup{
	background:#f7f7f9;
	padding:15px 20px 5px 20px;
	margin:15px 0 0 0;
	border:1px #e6e6e6 solid;
	height:410px;
	position:relative;
}
#fmgr .setup p{
	font-size:12px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#fmgr .setup ul{
	padding:0 0 0 0;
}
#fmgr .setup ul li{
	width:250px;
	float:left;
	font-size:12px;
	line-height:1.8em;
	padding-bottom:10px;
	list-style:none;
	margin-right:30px;
}
#fmgr .setup ul li .line{
	position:absolute;
	right:572px;
	bottom:20px;
	padding:10px 0 0 0;
}
#fmgr .setup ul li .line2{
	position:absolute;
	right:292px;
	bottom:20px;
	padding:10px 0 0 0;
}
#fmgr .setup ul .last{
	margin:0 !important;
	border:none;
}
#fmgr .setup ul li div{
	width:25px;
	height:21px;
	color:#FFFFFF;
	font-size:16px;
	background:#000000;
	text-align:center;
	padding-top:3px;
	display:inherit;
	margin-right:10px;
	margin-bottom:5px;
}
#fmgr .setup ul li p{
}
#fmgr .setup ul li img{
	position:absolute;
	bottom:0;
	padding-bottom:10px;
}
#fmgr .setup ul li .img_01{
	bottom:39px;
}



@media (max-width:750px){

#fmgr{
	width:100%;
	margin:0 auto;
	padding:0;
}
#fmgr h1 img{
	width:50%;
}
#fmgr h2{
	letter-spacing:0;
	font-size:14px;
	padding:13px 5px 15px 15px;
}
#fmgr h2 span{
	font-size:20px;
}
#fmgr h3{
	letter-spacing:0.4px;
	font-size:14px;
	width:43px;
	padding:1px 6px 1px 7px;
}
#fmgr h4{
	font-size:12px;
	letter-spacing:0;
	font-weight:bold;
	padding-left:8px;
	padding-top:2px;
}
#fmgr .note{
	padding:20px 15px;
	text-align:justify;
}
#fmgr .note p{
	letter-spacing:0;
	font-size:12px;
	line-height:2.2em;
}
#fmgr .box{
	margin:0 15px 40px 15px;
}
#fmgr .setup{
	padding:10px 15px;
	margin:15px 0 0 0;
	height:auto;
}
#fmgr .setup ul li{
	width:100%;
	float:none;
	font-size:12px;
	line-height:1.8em;
	padding-bottom:10px;
	margin-bottom:5%;
	list-style:none;
	margin-right:30px;
	border-bottom:1px #C1C1C1 dashed;
}
#fmgr .setup ul li .line{
	display:none;
}
#fmgr .setup ul li .line2{
	display:none;
}
#fmgr .setup ul li div{
	width:25px;
	height:21px;
	color:#FFFFFF;
	font-size:16px;
	background:#000000;
	text-align:center;
	padding-top:3px;
	display:inherit;
	margin-right:10px;
	margin-bottom:5px;
}
#fmgr .setup ul li p{
}
#fmgr .setup ul li img{
	position:static;
	padding:5% 0 3% 0;
	width:100%;
}
#fmgr .setup ul .last{
	padding:0;
	border:none;
}



}