@charset "utf-8";

/*----------------------------------------------------------------
 CommonStyle
 -----------------------------------------------------------------
 c/p
 <link href="./common/css/style.css" rel="stylesheet" type="text/css" media="screen,print" />
----------------------------------------------------------------*/
/*----------------------------------------------------------------
 base
----------------------------------------------------------------*/
body{
	font-size			: 87%;
	line-height			: 1.6;
	color				: #333;
	font-family			: "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"メイリオ", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

/* inline element
-----------------------------------------------------*/
/* link
----------------------------------*/
a{
	outline				: none;
}
a:link{
	outline				: none;
	text-decoration		: underline;
	color				: #333;
}
a:visited{
	color				: #333;
}
a:hover{
	text-decoration		: none;
}
a:active{
	color				: #333;
}
a[name]{
	text-decoration		: none;
	color				: #333;
}
/*-----------------------------------------------------
 class
-----------------------------------------------------*/
/* separater line
-----------------------------------------------------*/
hr.separater{
	display				: none;
}

/* anchor(pagetop)
-----------------------------------------------------*/
p.anchor{
	visibility			: hidden;
	position			: absolute;
	top					: 0px;
	left				: 0px;
}

/*----------------------------------------------------------------
 Styles
----------------------------------------------------------------*/
.alt{
	display				: none;
}
.roots{
}

/*-----------------------------------------------------
 wrap
-----------------------------------------------------*/
.wrap{
	position			: relative;
	overflow			: hidden;
}
#wrap{
}
/*-----------------------------------------------------
 area
-----------------------------------------------------*/
.area{
	position			: relative;
	overflow			: hidden;
	clear				: both;
	-webkit-background-size		: 2px 2px;
	-moz-background-size		: 2px 2px;
	background-size				: 2px 2px;
}
#header,
#footer{
	background-color	: #333;
	background-image	: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .05)), color-stop(.5, transparent), to(transparent));
	background-image	: -webkit-linear-gradient(rgba(255, 255, 255, .05) 50%, transparent 50%, transparent);
	background-image	: -moz-linear-gradient(rgba(255, 255, 255, .05) 50%, transparent 50%, transparent);
	background-image	: -ms-linear-gradient(rgba(255, 255, 255, .05) 50%, transparent 50%, transparent);
	background-image	: -o-linear-gradient(rgba(255, 255, 255, .05) 50%, transparent 50%, transparent);
	background-image	: linear-gradient(rgba(255, 255, 255, .05) 50%, transparent 50%, transparent);
	font-size			: 85%;
}
#header,
#eyecatch,
#title{
	-moz-box-shadow		: 0px 1px 3px #444444;
	-webkit-box-shadow	: 0px 1px 3px #444444;
	box-shadow			: 0px 1px 3px #444444;
}
#header{
	z-index				: 10;
}
#eyecatch,
#title{
	z-index				: 9;
	background-color	: #ccc;
	background-image	: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .5)), color-stop(.5, transparent), to(transparent));
	background-image	: -webkit-linear-gradient(rgba(255, 255, 255, .5) 50%, transparent 50%, transparent);
	background-image	: -moz-linear-gradient(rgba(255, 255, 255, .5) 50%, transparent 50%, transparent);
	background-image	: -ms-linear-gradient(rgba(255, 255, 255, .5) 50%, transparent 50%, transparent);
	background-image	: -o-linear-gradient(rgba(255, 255, 255, .5) 50%, transparent 50%, transparent);
	background-image	: linear-gradient(rgba(255, 255, 255, .5) 50%, transparent 50%, transparent);
}
#contents{
	z-index				: 8;
	background			: url(../image/contents-bg.gif) left top repeat;
}
#footer{
}

/*-----------------------------------------------------
 container
-----------------------------------------------------*/
.container{
	overflow			: hidden;
	position			: relative;
	margin				: 0 auto;
	width				: 930px;
}
#header .container{
	width				: 545px;
	height				: 90px;
}
#eyecatch .container{
	width				: 1000px;
	height				: 300px;
}
#title .container{
	width				: 890px;
	height				: 60px;
	padding				: 0 30px;
	line-height			: 60px;
}
#contents .container{
	width				: 924px;
	padding				: 20px 12px 10px 12px;
}
#footer .container{
	padding				: 12px 0;
	text-align			: center;
	color				: #fff;
}
/*-----------------------------------------------------
 block
-----------------------------------------------------*/
.block{
	position			: relative;
	overflow			: hidden;
}
#content{
	float				: left;
	width				: 605px;
}
#side{
	float				: right;
	width				: 305px;
}

/*----------------------------------------------------------------
 optional
----------------------------------------------------------------*/

/*-----------------------------------------------------
 header
-----------------------------------------------------*/
/*logo
-----------------------------------------------------*/
#header .logo{
	float				: left;
	margin				: 15px 20px 0 0;
}
/*navi
-----------------------------------------------------*/
#header .navi{
	float				: left;
	position			: relative;
	padding				: 10px 0 0 0;
}
#header .navi li a,
#header .navi li span{
	background-repeat	: no-repeat;
}
#header .navi li.menu05{
	width				: 80px;
}
#header .navi li{
	width				: 90px;
	float				: left;
}
#header .navi li a{
	display				: block;
	width				: 80px;
	height				: 80px;
	background-image	: url(../image/navi-bg.png);
	background-position	: -90px 0;
	text-decoration		: none;
}
#header .navi li a:hover,
#header .navi li.current a{
	background-position	: 0 0;
}
#header .navi li a span{
	display				: block;
	width				: 80px;
	height				: 20px;
	padding				: 55px 0 0 0;
	background-image	: url(../image/navi-icon.png);
	text-align			: center;
	color				: #FFF;
	cursor				: pointer;
}
#header .navi li.menu01 a span{
	background-position	: 0px 0px;
}
#header .navi li.menu02 a span{
	background-position	: -90px 0px;
}
#header .navi li.menu03 a span{
	background-position	: -180px 0px;
}
#header .navi li.menu04 a span{
	background-position	: -270px 0px;
}
#header .navi li.menu05 a span{
	background-position	: -360px 0px;
}
/*-----------------------------------------------------
 eyecatch
-----------------------------------------------------*/
/*-----------------------------------------------------
 title
-----------------------------------------------------*/
#title h1{
	float				: left;
	padding				: 0 1em 0 0;
	font-size			: 171%;
	font-weight			: bold;
}
#title .number{
	float				: left;
	padding				: 4px 0 0 0;
	color				: #666;
	font-size			: 114%;
	font-weight			: bold;
}


/*-----------------------------------------------------
 contents
-----------------------------------------------------*/
#contents .content{
	position			: relative;
	overflow			: hidden;
}
#contents .item{
	padding				: 0 0 20px 0;
}
#contents .item h2{
	padding				: 0 0 10px 18px;
	font-size			: 129%;
	font-weight			: bold;
}
#contents .item .content{
	margin				: 1px 3px 5px 3px;
	padding				: 5px 20px;
	-webkit-border-radius	: 5px;
	-moz-border-radius		: 5px;
	border-radius			: 5px;
	-moz-box-shadow		: 1px 1px 4px #999;
	-webkit-box-shadow	: 1px 1px 4px #999;
	box-shadow			: 1px 1px 4px #999;
	background			: #FFF;
}


/* content
-----------------------------------------------------*/
/* heading ------------------------------------------*/
#contents .content h3{
	clear				: both;
	margin				: 10px 0;
	border-left			: 4px solid #9BC718;
	padding				: 2px 8px;
	font-size			: 114%;
	font-weight			: bold;
}
/* block elements -----------------------------------*/
#contents .content p{
	margin				: 15px 0;
}
#contents .content pre{
	margin				: 10px 0;
	padding				: 10px;
	background			: #eee;
	color				: #666;
}


/* list ---------------------------------------------*/
#contents .content ul{
	padding				: 0;
	margin				: 5px 0;
}
#contents .content ul li{
	padding				: 5px 0 5px 25px;
	background			: url(../image/list-icon.png) 0px 10px no-repeat;
}

#contents dl{
	margin				: 15px 0;
}
#contents dl:last-child{
	border-bottom		: 1px solid #999;
}
#contents dl dt{
	border-top			: 1px solid #999;
	padding				: 2px 10px;
	background			: #f9f9f9;
}
#contents dl dd{
	border-top			: 1px dotted #ccc;
	padding				: 2px 10px 8px 10px;
}

/* member
-----------------------------------------------------*/
#contents .member a{
	text-decoration		: none;
}
#contents .member .number{
	color				: #999;
	padding				: 0 15px 0 0;
}
#contents .member a .name{
	text-decoration		: underline;
}
#contents .member a:hover .name{
	text-decoration		: none;
}
/* history
-----------------------------------------------------*/
#contents .history{
	margin				: 25px 0 10px 0;
}
#contents .history li{
}
#contents .history li.now{
	padding				: 5px 0 0 0;
	border-top			: 1px solid #999;
	text-align			: right;
}
#contents .history li dl{
	margin				: 0;
}
#contents .history dl:last-child{
	border-bottom		: none;
}

/* lists
-----------------------------------------------------*/
#contents a[rel="blank"]:after{
	content				: url("../image/link-blank.png");
	position			: relative;
	left				: 3px;
	top					: 3px;
}
/*-----------------------------------------------------
 footer
-----------------------------------------------------*/
#footer small{
}

/*----------------------------------------------------------------
 media querys
----------------------------------------------------------------*/
/* over 1024px
----------------------------------------------------------------*/
@media screen and (min-width: 1024px){

}
/* under 1024px(netbook)
----------------------------------------------------------------*/
@media screen and (max-width: 1024px){

}
/* under 768px(iPad/tabs)
----------------------------------------------------------------*/
@media screen and (max-width: 768px){
/*-----------------------------------------------------
 container
-----------------------------------------------------*/
.container{
	width				: 100%;
}
#header .container{
}
#eyecatch .container{
	width				: 100%;
	height				: auto;
}
#title .container{
	width				: 576px;
}
#contents .container{
	width				: 606px;
}
#footer .container{
}
/*-----------------------------------------------------
 block
-----------------------------------------------------*/
.block{
	position			: relative;
	overflow			: hidden;
}
#content{
	float				: none;
	width				: 100%;
}
#side{
	float				: none;
	margin				: 10px auto 0 auto;
	border-top			: 2px solid #eee;
	width				: 100%;
	padding				: 30px 0 0 0;
}

/*-----------------------------------------------------
 contents
-----------------------------------------------------*/
#contents .item{
}
#contents .item h2{
	font-size			: 133%;
}
#contents .item .content{
	margin				: 1px 3px 5px 3px;
}
}

/* under 600px(smartphone)
----------------------------------------------------------------*/
@media screen and (max-width: 600px){

.alt{
	display				: inline;
}
/*-----------------------------------------------------
 container
-----------------------------------------------------*/
.container{
	width				: 100%;
}
#header .container{
	width				: 270px;
	height				: 250px;
}
#eyecatch .container{
	width				: 100%;
}
#title .container{
	width				: 280px;
	padding				: 0 10px;
}
#contents .container{
	width				: 100%;
	padding				: 20px 0;
	font-size			: 86%;
}
#footer .container{
}
/*-----------------------------------------------------
 block
-----------------------------------------------------*/
#side{
	width				: 100%;
}


/*-----------------------------------------------------
 header
-----------------------------------------------------*/
#header .logo{
	margin				: 5px 20px 0 0;
}
#header .logo .alt{
	display				: inline-block;
	padding				: 15px 0 0 10px;
	color				: #fff;
	font-size			: 200%;
	font-weight			: bold;
}
/*-----------------------------------------------------
 title
-----------------------------------------------------*/
#title h1{
	font-size			: 150%;
}
#title .number{
	padding				: 3px 0 0 0;
}

/*-----------------------------------------------------
 contents
-----------------------------------------------------*/
#contents .item{
	margin				: 0 auto;
	max-width			: 320px;
}
#contents .item h2{
	font-size			: 133%;
}
#contents .item img{
	max-width			: 290px;
}

/* content
-----------------------------------------------------*/
/* list ---------------------------------------------*/
#contents .content ul li{
	padding				: 5px 0 5px 18px;
	background			: url(../image/list-icon.png) 0px 8px no-repeat;
}

/* list
-----------------------------------------------------*/
#contents .lists .list{
	padding				: 0;
	margin				: 1px 2px 5px 3px;
	width				: auto;
	-moz-box-shadow		: 1px 1px 4px #999;
	-webkit-box-shadow	: 1px 1px 4px #999;
	box-shadow			: 1px 1px 4px #999;
}
#contents .lists .list ul{
	margin				: 0;
	padding				: 0;
}
#contents .lists .list li{
	float				: none;
	width				: auto;
	padding				: 0;
	border-bottom		: 1px solid #ccc;
}
#contents .lists .list li a{
	display				: block;
	margin				: 0;
	-moz-box-shadow		: none;
	-webkit-box-shadow	: none;
	box-shadow			: none;
	-webkit-border-radius	: 5px;
	-moz-border-radius		: 5px;
	border-radius			: 5px;
	padding				: 10px 30px 10px 15px;
	background			: #FFF url(../image/list-arrow.png) right 10px no-repeat;
	background-size			: 30px 20px;
	-webkit-background-size	: 30px 20px;
	-moz-background-size	: 30px 20px;
	-o-background-size		: 30px 20px;
	-ms-background-size		: 30px 20px;
	text-decoration		: none;
}
#contents .lists .list li:first-child a{
	-webkit-border-radius	: 5px 5px 0px 0px;
	-moz-border-radius		: 5px 5px 0px 0px;
	border-radius			: 5px 5px 0px 0px;
}
#contents .lists .list li:nth-child(odd){
	border-right		: none;
}
#contents .lists .list li:nth-child(even){
}
#contents .item .list li:last-child{
	border-bottom		: none;
}

#contents .lists .list li:last-child{
	border-bottom		: none;
}
#contents .lists .list li:last-child a{
	-webkit-border-radius	: 0px 0px 5px 5px;
	-moz-border-radius		: 0px 0px 5px 5px;
	border-radius			: 0px 0px 5px 5px;
}
#contents .lists .list li a:only-child{
	-webkit-border-radius	: 5px;
	-moz-border-radius		: 5px;
	border-radius			: 5px;
}

}