@charset "utf-8";
header{
    width:960px;
    margin-left: auto;
    margin-right: auto;
}
a{
    text-decoration: none;
}
a:hover{
    color:#ff8c00;
}
.profile{
	float:right;
	margin-top:20px;
	color:#3cb371;
	font-weight:bold;
	text-align:center;
}
nav ul{
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    text-align: center;
}
nav ul li{
    display: table-cell;
    min-width: 150px;
}
nav ul li a{
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: #555;
    font-weight: bold;
}
nav ul li.current{
    background-color: #ccffcc;
}
nav ul li.current a{
    color: #555;
}
nav ul li:hover{
    background-color: #FFF2CC;
}
body{
    background-color: #fff;
    font-family:sans-serif;
	font-size:100%;
	clear:both;  
    line-height:1.5;
}
ol li{
    display:inline;
    margin-right:5px;
    font-size:80%;
}
article{
	position:relative;
	width:960px;
    margin-left: auto;
    margin-right: auto;
}
.catch{
	position:absolute;
	top:10px;
	left:20px;
	font-size:180%;
	color:#ffffff;
}
p{
    margin-left: 10px;
    line-height: 1.5;
}
h1 {
    padding: 0.4em 0.5em;
    color: #494949;
    background: #ffeddb;
    border-left: solid 5px #ff8c00;
    border-bottom: solid 3px #e6d5c5;
	font-size:150%;
}
h2{
	color:#3cb371;
    border-bottom: 1px dashed #3cb371;
    border-left:10px solid #3cb371;
    padding-left:5px;
    font-size:140%;
	font-weight:normal;
}
h3{
    border-bottom: double 5px #ffa500;
	color:#ffa500;
}
.title{
    color:#3cb371;
    border-bottom: 1px dashed #3cb371;
    border-left:10px solid #3cb371;
    padding-left:5px;
    font-size:140%;
    margin-top:10px;
}
span{
	color:#ff8c00;
}
table{
    text-align: center;
    margin-left: 10px;
    margin-top: 10px;
    float:right;
	background-color:#ffeddb;
}
td{
    padding:10px
}
dt{
   font-weight:bold;
   color:#3cb371;
}
.posted{
	background-color:#ffeddb;
}
.pagetop_btn a{
	display:block;
	width:104px;
	border-radius:3px;
	position:fixed;
	right:20px;
	bottom:20px;
	color:#008080;
	text-align:center;
	text-decoration:none;
	line-height:50px;
}
.infocontents li{
    display:inline;
    text-align: center;
    padding:5px;
}

iframe{
    margin-top:10px;
    margin-left:30px;
	margin-right:10px;
}
textarea{
    width:600px;
    height:120px;
} 
footer{
    border-top:1px solid #3cb371;
	font-size:80%;
    clear:both;
}
.profile2{
    float:right;
}

@media screen and (max-width: 960px) {

img {
    max-width: 100%;
	height: auto;
    float:none;
}
header{
	width:auto;
}
article{
	width: auto;
	font-size: 5vw;
}
aside{
	display: none;
}
.pagetop_btn{
	display: none;
}
table{
	float: none;
}
.catch{
	font-size:1.2em;
}
.profile{
	float:none;
	text-align:left;
	font-size: 5vw;
}
nav ul li{
	display:block;
}

textarea{
	width:auto;
}

	
