@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 12px;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	height:100%;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red{
	color:#F00;
}


*{
	font-size:14px;
	line-height:140%;
	
}

strong{
	color:#F00;
}
body{
	background-color:#000;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.hoverclear_50:hover{
     filter:alpha(opacity=50);
     -moz-opacity:0.50;
     -khtml-opacity: 0.50;
     opacity:0.50;
}


.about,.form{
	background-color:#FFF;
	padding:20px;
}
.about p,
.form p{
	font-size:1.0em;
	line-height:160%;
}
.red{
	color:#F00;
}

.about{
	text-align:center;
}
.about h1,
.form h1{
	text-align:left;
	font-size:1.4em;
	font-weight:bold;
	border-bottom:2px solid #ffb7c2;
	padding-bottom:10px;
	margin-bottom:25px;
}
.about .date{
	background-color:#ffb7c2;
	color:#000;
	padding:5px;
	margin-bottom:20px;
	font-size:1.0em;
}
.about li.th{
	padding:5px;
	background-color:#ffb7c2;
}
.about li.td{
	padding:5px;
	margin-bottom:15px;
}

ul.mousikomi_flow{
	margin-bottom:20px;
}

.mousikomi_flow li{
	padding:15px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;
	background-color:#f1f1f1;
	
}
p.yazirusi{
	color:#ffb7c2;
	font-size:40px;
	text-align:center;
}
.box1{
	text-align:center;
	border-top: solid 2px #ffb7c2;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:20px;
	border-bottom:2px solid #ffb7c2;
}
.about p.basic,
.about div.center{
	margin-bottom:20px;
}
.about div.center{
	padding:15px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;
	background-color:#f1f1f1;
}

.form .red{
	font-size:0.8em;
}

#footer{
	background-color:#FFF;
	padding-top:20px;
	padding-bottom:20px;
	border-top:2px solid #ffb7c2;
	margin-top:20px;
}
#footer div{
	margin:auto;
	padding-bottom:10px;
	text-align:center;
	text-decoration:none;
}
#footer div a{
	text-decoration:none;
	color:#9c9c9c;
}
#footer div.address{
	text-align:right;
}

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

#contents{
	width:1000px;
	margin:auto;
}


.glovalnav{
	width:1000px;
	height:71px;
	display:block;
	margin:auto;
	background-image:url(../img/navbg1.png);
}


#contents{
	margin:auto;
}
.topimg{
	width:100%;
}
.head{
	width:1000px;
	margin:auto;
	height:167px;
	display:block;
}
#mike{
	background-image:url(../img/nav-mike.png);
	background-size:195px;
	width:195px;
	height:167px;
	display:block;
	float:left;
	position:inherit;
}
#title{
	background-image:url(../img/nav-title.png);
	background-size:305px;
	width:305px;
	height:167px;
	display:block;
	float:right;
	position:inherit;
}
.glovalnav{
	width:100%;
	height:71px;
	display:block;
	margin:auto;
	background-image:url(../img/navbg1.png);
}

.glovalnav ul{
	width:540px;
	margin:auto;
	
}
.glovalnav li img{
	height:100%;
}
.glovalnav li{
	float:left;
	height:41px;
	display:block;
	padding-top:15px;
}
.glovalnav li.nav1{
	margin-right:50px;
}
.glovalnav li.nav2{
	margin-right:100px;
}
.glovalnav li.nav3{
	margin-right:100px;
}
.glovalnav li.nav4{
}

.form ul{
	background:#f1f1f1;
}
.form li{
	float:left;
}
.form li.left{
	width:300px;
	padding:10px;
}
.form li.right{
	border-left: solid 10px #FFF;
}
.form li{
	border-top: solid 10px #FFF;
	padding:10px;
	width:610px;
}
.form li.submit{
	width:940px;
	
}
.form li input.pon{
	width:16%;
}
.form li.bu{
	height:60px;
}
.form li.shuryo p{
	float:left;
	width:120px;
	margin:0;
	padding:0;
}
.form li.left.bikou{
	height:200px;
}
.form li.right.bikou{
	height:200px;
}
.form li.right.bikou textarea{
	width:500px;
}
.map{
	width:640px;
}
.gmap{
	width:640px;
	height:400px;
}

#footer div{
	width:1000px;
}

}
@media screen and (min-width:641px){
	
@media screen and (max-width:1000px){	

#contents{
	margin:auto;
}
.topimg{
	width:100%;
}
.head{
	height:167px;
	display:block;
}
#mike{
	background-image:url(../img/nav-mike.png);
	background-size:195px;
	width:195px;
	height:167px;
	display:block;
	position:absolute;
	left:0;
}
#title{
	background-image:url(../img/nav-title.png);
	background-size:305px;
	width:305px;
	height:167px;
	display:block;
	position:absolute;
	right:0;
}
.glovalnav{
	width:100%;
	height:71px;
	display:block;
	margin:auto;
	background-image:url(../img/navbg1.png);
}

.glovalnav ul{
	width:540px;
	margin:auto;
	
}
.glovalnav li img{
	height:100%;
}
.glovalnav li{
	float:left;
	height:41px;
	display:block;
	padding-top:15px;
}
.glovalnav li.nav1{
	margin-right:50px;
}
.glovalnav li.nav2{
	margin-right:100px;
}
.glovalnav li.nav3{
	margin-right:100px;
}
.glovalnav li.nav4{
}
.form ul{
	width:600px;
}
.form li{
	float:left;
	margin-bottom:10px;
}
.form li.left{
	width:100px;
	background:#f1f1f1;
	padding:10px;
	height:40px;
}
.form li{
	background:#f1f1f1;
	padding:10px;
	height:40px;
	width:440px;
	margin-left:10px;
	font-size:14px;
}
.form li.submit{
	width:570px;
	
}
.form li.left.bikou{
	height:200px;
}
.form li.right.bikou{
	height:200px;
}
.form li.right.bikou textarea{
	width:400px;
}
.form li.bu{
	height:60px;
}
.form li input.pon{
	width:16%;
}
.form li.shuryo{
	
}
.form li.shuryo p{
	float:left;
	width:120px;
	margin:0;
	padding:0;
}
.map{
	width:640px;
}
.gmap{
	width:600px;
	height:400px;
}


}
}
/*このとじ【】はmedia screenのもの*/

