@charset "utf-8";

/*********************************************************************
Copyright (C) 2009 WEB DESIGN LAB (http://www.webdlab.com/)
Licensed under the MIT License:
http://www.opensource.org/licenses/mit-license.php
*********************************************************************/

/*--Base------------------------------------------------------------*/

html,body {
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
	overflow-y: scroll;
}

/*--Reset-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

ul,ol {
	list-style: none;
}

/*--Text------------------------------------------------------------*/

body {
	font-size: 88%;
	font-weight: normal;
	line-height: 1.5;
	font-family:"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/*--Link------------------------------------------------------------*/

a,
a:link {color: #FFFFFF;}
a:visited {color: #FFFFFF;}
a:hover,
a:active {color: #FFFFFF; text-decoration:underline;}
a:focus {outline: none;}

/*--HTML5-----------------------------------------------------------*/

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*--layout----------------------------------------------------------*/

/* ******************* 0 to 479px ******************* */

#wrapper {
	width: 100%;
}

#header {
    background-image: url("header.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    box-shadow: 0 2px 9px #888;
    max-height: 420px;
	min-width: 320px;
}
.header {
}
#header header {
	margin: 0 auto;
}
#header .can {
	color:#F00;
	font-size:14px;
	font-weight:bold;
}
.can a:link {
	color: #06F;
	text-decoration:underline;
}
.can a:visited {color: #06F;}
.can a:hover,
a:active {
	color: #F60;
	text-decoration:underline;
}

#contents {
	margin: 0 auto;
	overflow: hidden;
	min-width: 320px;
}

#contents .container {
	background: #ccc;
	margin: 10px auto;
	overflow: hidden;
}
.date_ph {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 160px;
}
.date_text {
	float:left;
	width: 95%;
	font-size:12px;
	margin-right: 10px;

}
.date_text dl {
	margin-bottom: 15px;
	clear: both;
}
.date_text dt {
	background-color:#FADCE9;
	font-size:12px;
	font-weight:bold;
	clear: left;
	float: left;
	width: 4.5em;
	margin-top: 0px;
	margin-right: 0.3em;
	margin-bottom: 0.4em;
	margin-left: 0;
	text-align:center;
}
.date_text dd {
	margin-bottom: 0.4em;
	margin-left: 5em;
}
.date_detail {
	clear:both;
	text-align:right;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
}
.date_detail .bt{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #F06;
	width:8em;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}


/*--グリッドの幅はここで設定----------------------------------------*/

.grid {
	float: left;
	width: 300px;
	margin: 10px;
}

.g2 {
	float: left;
	clear:both;
	width: 300px;
	margin: 10px;
	border: 1px solid #999;
	background-color:#FFFFFF;
}


/*------------------------------------------------------------------*/

#footer {
	border-top: 2px solid #FADCE9;
	min-width: 320px;
	background-color: #D80C18;	
}

#footer footer {
	margin: 0 auto;
	color:#FFFFFF;
}

#header header,
#footer footer {
	width: 100%;
}

#contents .container {
	width: 320px;
}

/*--common----------------------------------------------------------*/

#header h1,
#header h2,
#header p,
#contents p,
#footer p {
	padding: 10px;
}

.container h2 {
	padding: 10px 0 0 10px;
}

#contents .g2 h3{
	background-color:#FADCE9;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 10px;
}
#contents h4{
	font-size:14px;
	font-weight:bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.clear {
	clear:both;
}


/* ** */

@media only screen and (min-width: 480px) {

#header {
	min-width: 640px;
}

#contents {
	min-width: 640px;
}
.date_text {
	float:right;
	padding-right: 10px;
	width: 402px;
	font-size: 12px;

}


/*--グリッドの幅はここで設定----------------------------------------*/
.g2 {
	clear:none;
	width: 620px;
	border: 1px solid #999;
	background-color:#FFFFFF;
}


/*------------------------------------------------------------------*/

#footer {
	min-width: 640px;
}

#contents .container {
	width: 640px;
}

/* ** */}

@media only screen and (min-width: 769px) {

#header {
	min-width: 960px;
}

#contents {
	min-width: 960px;
}

#footer {
	min-width: 960px;
}
.date_text {
	float:right;
	width: 265px;
	font-size: 12px;
	padding-right: 0px;
}


/*--グリッドの幅はここで設定----------------------------------------*/
.g2 {
	clear:none;
	width: 458px;
	border: 1px solid #999;
	background-color:#FFFFFF;
}


#header header,
#contents .container,
#footer footer {
	width: 960px;
}

/* ** */}
