@charset "utf-8";
 /* CSS Document */
 
@charset "utf-8";
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/

/* リセット用CSS */

html{
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}

li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup{
	vertical-align:text-top;
}

sub{
	vertical-align:text-bottom;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select{
	*font-size:100%;
}

legend{
	color:#000;
}

/*######################################################################*/


body {
	background: #0e6eb8;
}
body#line {background: #bfe0d1;}

#wrapper,
#logo {
	position: relative;
	max-width: 640px;
	margin: 0 auto;
}

.menu {
	margin: 1em 0;	
}

.menu a {
	display: block;
/*	width: 10em;
	min-height: 80px;
*/	margin: 0 auto;
	padding: 1em 1em;
	background: #c6c6c6; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #c6c6c6));
	background: -webkit-linear-gradient(#fff, #c6c6c6);
	background: -moz-linear-gradient(#fff, #c6c6c6);
	background: -o-linear-gradient(#fff, #c6c6c6);
	background: -ms-linear-gradient(#fff, #c6c6c6);
	background: linear-gradient(#fff, #c6c6c6);
	border: 1px solid #ccc;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
	text-align: center;
   font-size: 1.2em;
	/*font-size: 0.8em;*/
	/*box-shadow: 0px 0px 10px #000;*/
   box-shadow: 0px 0px 10px #ccc;
}

.menu a:hover {
	background: #e5e5e5; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #e5e5e5));
	background: -webkit-linear-gradient(#fff, #e5e5e5);
	background: -moz-linear-gradient(#fff, #e5e5e5);
	background: -o-linear-gradient(#fff, #e5e5e5);
	background: -ms-linear-gradient(#fff, #e5e5e5);
	background: linear-gradient(#fff, #e5e5e5);
}
.menu p {
	margin: 0 auto;
	margin-top: 15px;
	width: 50%;	
}
.ask-menu {
	width: 100%;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 30px 0;
	text-align: center;	
}

#contents {
	position: relative;
	width: 100%;
}

#logo img,
#contents img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#line h2 {
	background-color:#bfe0d1;
	color:#129d58;
	padding:5px 10px;
	margin-bottom:10px;
	font-size:120%;
   font-weight: bold;
}
#line {
   font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#line #contents img {width: 232px;}

/* トップページ  -------------------------------------------*/

.block {
	border: 1px solid #fff;
	border-radius: 8px;
	background: #fff;
	margin: 15px 8px;
	padding: 1em;
	font-size: 0.9em;	
}

#news {
	margin-bottom: 20px;
	padding: 1em;
	background: #C00;	
}

#news a {
	display: block;
	color: #fff;
	text-decoration: none;	
}
#suyaku_link{
	margin-bottom: 20px;
	padding: 1em;
	background: #C00;	
}	
#suyaku_link a {
	display: block;
	color: #fff;
	font-weight:bold;
	text-decoration: none;	
}
/* デモページ  -------------------------------------------*/

#demo #contents p {
	margin-bottom: 50px;
}

#demo #contents p img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#footer {
	margin-top: 10px !important;
	font-size: 0.7em;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #fff;
}


/*///////////////  Slide Controller  /////////// */
#controller {
	position: fixed;
	top: 0px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

#slider-prev {
	position: absolute;
	left: 0;
}

#slider-next {
	position: absolute;
	right: 0;
}

#controller p a {
	display: block;
	padding: 20px 10px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #71a30e;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#controller p a:hover {
	background: #9ed330;
}

/*///////////////  Pager  /////////// */

#nvs {
	text-align: center;
}

#nvs a{
	display: inline-block;
	margin: 0 4px;
	padding: 2px 8px;
/*	font-size: .85em;
*/	font-weight: bold;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #71a30e;
	color: #fff;
	text-decoration: none;
	cursor:pointer;
}

#nvs a.active {
	background: none;
	color:#71a30e;
	border: 1px solid #71a30e;
}

/*############################################################################################*/
/* �X�}�z�����̃��C�A�E�g�̎w��F�`480px */

@media only screen and (max-width: 480px) {
	#controller {
		top: 65%;
	}


}


/*############################################################################################*/
/* �X�}�z�`�^�u���b�g�����̃��C�A�E�g�̎w��F�`768px */

@media only screen and (max-width: 768px) {



}


/*############################################################################################*/
/* �^�u���b�g�����̃��C�A�E�g�̎w��F481px�`768px */

@media only screen and (min-width: 481px) and (max-width: 768px) {

	#demo #wrapper {
		max-width: 640px;
	}


}


/*############################################################################################*/
/* PC��������ё�^�^�u���b�g�����̃��C�A�E�g�̎w��F769px�`960px */

@media only screen and (min-width: 769px) {

	#demo #wrapper {
		max-width: 640px;
	}


}