﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* 全体設定 */
div#main_content {
	font-family: Meiryo;
	letter-spacing: +1px;
	line-height: 1.8;
	font: 15px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
	padding: 0 0 60px;
        margin: 0 auto 40px;
}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

div#background {
 width: 100vw;
 margin: 0 calc(50% - 50vw) 30px;
 background-image: url(/secure/1276397/bg.png);
 overflow: hidden;
}


/*----------------------------------------------------------------------------
     トップイメージ
----------------------------------------------------------------------------*/
div#content_top {
 position: relative;
 width: 900px;
 height: 437px;
 margin: 20px auto 0px;
}

div#content_top h1 {
 margin: 0;
 padding: 0;
}


/*----------------------------------------------------------------------------
     リンク
----------------------------------------------------------------------------*/
section.link {
 position: relative;
 width: 600px;
 margin: 0 auto;
}

img.left_btn {
 width: 281px;
 float: left;
}

img.right_btn {
 width: 281px;
 float: right;
}


/*------clearfix-----------*/

/* For modern browsers */
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1; }/*auto generated region*/

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* 全体設定 */
div#main_content {
	font-family: Meiryo;
	letter-spacing: +1px;
	line-height: 1.8;
	font: 15px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
	padding: 0 0 50px;
        margin: 0 auto 40px;
        width: 320px;
}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

div#background {
 width: 100vw;
 margin: 0 calc(50% - 50vw) 30px;
 background-image: url(/secure/1276397/bg.png);
 overflow: hidden;
}


/*----------------------------------------------------------------------------
     トップイメージ
----------------------------------------------------------------------------*/
div#content_top {
 margin: 0 auto;
 padding: 0;
}


/* リンク */
div.linkbtn {
 width: 281px;
 margin: 20px 0 0 25px;
}
}
