@import url("page.css");


/* STYLE RESET */

* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

img {
	border:none;
}

#contents p {
	margin-bottom:20px;
}

#footer p, #footer address {
	font-size:12px;
}



/* BASIC LAYOUT */

#body {
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	background-color:#ffffff;
	min-width:1000px;
	_display:inline;
	_zoom:1;
}

#wrap {
	width:1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

#footmenu {
	width: 960px;
	margin-bottom: 10px;
	text-align: center;
	clear:both;
}

#footer {
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}


/* FOOTMENU */

#footmenu {
	width: 100%;
	background-color:#FFCC00;
	text-align: center;
	padding:4px 0px;
	clear:both;
}

#footmenu a {
	color: #333333;
}

#footmenu li {
	font-size: 12px;
	display:inline;
	border-right:1px solid #333;
	padding-right:6px;
	margin-right:3px;
	list-style-type:none;
}


/* COMMON LINK DESIGN */

a:link, a:visited, a:active {
    color: #36C;
	text-decoration:none;	
}

a:hover {
    color: #36C;
	text-decoration:underline;	
}

#contents h2 a, #contents h3 a {
	text-decoration:none;
}

#contents h2 a:hover, #contents h3 a:hover {
	text-decoration:underline;
}

.newlink a:link, .newlink a:visited, .newlink a:active {
    color: #FF3366;
	text-decoration:none;	
}

.newlink a:hover {
    color: #FF3366;
	text-decoration:underline;	
}


/* SIZE GYOKAN */

.size-gyoukan {
	font-size: 13px;
	line-height: 160%;
}
.caption {
	font-size: 10px;
	line-height:120%
}

.name {
	font-size: 10px;
	line-height: 150%;
	color: #3399CC;
}
.title {
	font-size: 14px;
	font-weight: bolder;
	color: #660033;
}
.title-orange {
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	color: #FF6600;
}
.title-orangemini {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #FF6600;
}

.title-red {
	font-size: 14px;
	font-weight:bold;
	color:#FF3333;
}

.title-brown {
	font-size: 14px;
	font-weight:bold;
	color:#663300;
}

.red {
	font-size: 12px;
	line-height: 150%;
	color:#CC0000;
}

#sns {
	width:100%;
	text-align:center;
	margin-top:15px;
	margin-bottom:20px;
	clear:both;
}

#sns li {
	margin:0px;
	display:inline;
}

.pocket-btn{
 display:inline-block;
}

iframe.twitter-share-button {
width: 100px!important;
}

.fb_iframe_widget > span{
	height:20px !important;
}

.mixi {
	padding-right:7px;
}

div#___plusone_0 {
	width:70px!important;
}

.text14 {
	font-size: 14px;
}

.text18 {
	font-size: 18px;
	font-weight:bold;
}

.image-right {
	float:right;
	margin-left:20px;
}

.image-left {
	float:left;
	margin-left:20px;
}

.clear {
	clear:both;
}

hr {
	margin:10px 0px;
}



/* GYOKAN */

.gyoukan {
	line-height: 160%;
}

.imageright {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}

.imageleft {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

.kosotop{
	margin:0px auto 15px;
	padding:2% 5% ;
	text-align:center;
	width:80%;
	font-weight:bold;
	font-size:large !important;
	background: -webkit-linear-gradient(linear, left top, left bottom, from(#93D85B), to (#7EC63C));
	background: -webkit-linear-gradient(#93D85B 0%, #7EC63C 100%);
	background: -moz-linear-gradient(#93D85B 0%, #7EC63C 100%);
	background: -o-linear-gradient(#93D85B 0%, #7EC63C 100%);
	background: -ms-linear-gradient(#93D85B 0%, #7EC63C 100%);
	border:1px solid #66CC00;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}

.kosotop p, .kosotop a{
	color: #fff !important;
text-decoration:none;
}

#fixed_footer{
	display:none;
}


/* スマホ用 */ 
@media screen and (max-width: 639px){
	
	#footer p, #footer address {
	font-size:0.875em;
}



/* BASIC LAYOUT */

#body {
	min-width:0px;
}

#wrap {
	width:100%;
}

#container {
	width: 96%;
}

#footmenu {
	width:100%;
}

#footer {
	width:100%;
}
	
	
/* FOOTMENU */

#footmenu li {
	font-size:0.875em;
	padding-right:2%;
	margin-right:0;
	line-height:150%;
}


/* SIZE GYOKAN */

.size-gyoukan {
	font-size: 1em;
}

.gyokan{
	line-height:160%;
}
.caption {
	font-size: 0.75em;
}

.name {
	font-size: 0.75em;
}
.title {
	font-size:1.125em;
}
.title-orange {
	font-size: 1em;
}
.title-orangemini {
	font-size: 0.75em;
}

.title-red {
	font-size: 1em;
}

.title-brown {
	font-size: 1em;
}

.red {
	font-size: 0.875em;
}

#sns{
	margin-left:0px !important;
	text-align:left;
}

iframe.twitter-share-button {
width: 27% !important;
}

.fb_iframe_widget {
  width: auto !important;
  display: inline-block !important;}
.fb_iframe_widget > span {
  vertical-align: baseline !important;}


.mixi {
	padding-right:2%;
}

div#___plusone_0 {
	width:19%!important;
}

.text14 {
	font-size:1em;
}

.text18 {
	font-size: 1.2em;
	font-weight:bold;
}

.image-right {
	float:none;
	width:100%;
	margin-left:0px;
}

.image-left {
	float:none;
	width:100%;
	margin-right:0px;
}



/* GYOKAN */

.imageright {
	float:none;
	width:100%;
	height:auto;
	margin-left:0px;
}

.imageleft {
	float:none;
	width:100%;
	height:auto;
	margin-right:0px;
}



#fixed_footer{
display:inherit;
z-index: 1;
position: fixed;
left: 0;
bottom: 0px;
}

	
}
#main {
	float: left;
	width: 550px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main a{
	word-break: break-all !important;
}
#fluct {
	float: right;
	width: 160px;
	height:600px;
}
.index table {
	margin:0px auto;
}
.index th{
	padding-right:20px;
	padding-left:0;
	padding-top:0;
}
.index th img{
	margin:0;
}
.index th, .index td{
	padding-bottom:10px;
	padding-top:0;
}

.index td{
	font-size:13px;
	line-height:150%;
	vertical-align:top !important;
}

.kiji{
	border-collapse:collapse;
	margin-bottom:10px;
}

.kiji td{
	border-bottom:1px dashed #999;
	padding:5px;
	font-size:13px;
	line-height:150%;
	vertical-align:top !important;
}

#square{
	margin-bottom:10px;
}

.news-right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

#sns {
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}


.fb_iframe_widget > span{
	height:20px !important;
	vertical-align: baseline !important;
}

.fluct-bottom{
	display:none !important;
}




@media screen and (min-width: 640px){
	
.advertise	{
	display:none;
}

}



/* スマホ用 */ 
@media screen and (max-width: 639px){

.bigimage img{
	width:100%;
	height:auto;
}

#contents {
	width:100%;
	float:none;
}

#sidemenu {
	display:none;
}


#main {
	float: none;
	width: 96%;
	margin:0 2%;
}

#main h2{
	font-size:1.05em;
}

#main p, #kyouiku-index p{
	font-size:1em;
}
#fluct {
	display:none;
}

table{
	width:100%;
}
.index tr{
	width:100%;
	display:block;
}

.index td{
	font-size:0.875em;
}

.kiji tr, .kiji td{
	width:100%;
	display:block;
	font-size:1em;
}

.news-right{
	width:45%;
	height:auto;
	margin-left:2%;
}

a{
	word-break: break-all;
}

#copy {
	float:none;
	width:100%;
	text-align:left;
}

address {
	float:none;
	width:100%;
	text-align:left;
	margin-bottom:10px;
margin-top:10px;
}

#minilogo {
	float:none;
	width:100%;
font-size:0.75em;
}

#sns{
	margin-left:0px !important;
	text-align:left;
}

.fb_iframe_widget {
  width: auto !important;
  display: inline-block !important;}

iframe{
	width:100%;
	height:auto;
}

.advertise	{
	display:inherit;
	width:100%;
}

.fluct-bottom{
	display:inherit !important;
	width:100%;
	height:auto;
	margin-bottom:15px;
}

.fluct-bottom img{
	width:100% !important;
	height:auto;
}



}

