/*
Theme Name: tainohata-fc
Theme URI: http://
Description: 多井畑FC　指導者報告、活動Photo用テンプレート
Version: 1.0
Author: 前川企画印刷
Author URI: http://kobe-maekawa.co.jp
*/



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

/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td, header, section, article, footer {
    margin: 0; 
    padding: 0;
}


.contact {
	margin-top:20px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	border:0;
	padding:10px;
	font-size:14px;
	color:#666;
	border:solid 1px #ccc;
	margin:0 0 20px;
	width:300px;
}
.wpcf7-submit {
	border:solid 1px #ccc;
	background:#ddd;
	padding:10px 40px;
	margin:0 0 20px;
	font-size:14px;
	color:#666;
	cursor:pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: background-color 0.2s linear, background-image 0.2s linear, color 0.2s linear;
}
.wpcf7-submit:hover {
	border:solid 1px #093;
	background:#cfc;
	color:#093;
}


html{
    overflow-y: scroll;
	line-height:1.5em;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: bold;
	color:#00702a;
}
ol, ul{
    list-style:none;
}
li {
	list-style:none;
}
fieldset, img{
     border:0;
	 vertical-align:top;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
p {
	margin-bottom:20px;
}
a {
	text-decoration: none;
	color:#096;
	-webkit-transition: background-color 0.1s linear, background-image 0.1s linear, color 0.1s linear;
}
a:hover {
	color:#6fc;
}

hr {
	border:none;
	border-top:solid 1px #8dc21f;
	height:1px;
	margin:20px 0;
}
hr.small {
	border:none;
	border-top:dotted 1px #8dc21f;
	height:1px;
	margin:5px 0 10px 0;
}

strong {
	font-weight:bold;
}

.red {
	color:#f00;
}
.blue {
	color:#369;
}
.pink{
	color:#F66;
}
.px10{
	font-size:10px;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
/* end CSS reset */

.clearfloat {
	clear:both;
}
.preload {
	display:none;
}

body {
	font-size:14px;
	line-height:1.5em;
	color:#333;
	background-color:#fff;
}

.container {
	margin:0 auto;
	width:900px;
}
.header {
	background:#00702a;
	padding:20px 0 10px 0;
}
.header .frame {
	background:#fff993;
}
.header .inner {
	padding:10px 0;
	width:900px;
	margin:0 auto;
}
.header .inner .logo {
	background:#fff993;
	float:left;
	width:120px;
	margin-left: 20px;
}
.header .inner .title {
	margin-top:10px;
	text-align:center;
	float:left;
}
.header .inner .title h1 {
	font-size:48px;
	line-height:54px;
}
.header .inner .title h2 {
	font-size:28px;
	line-height:36px;
}
.header .inner .since {
	float:right;
	font-size:12px;
	margin-top:80px;
	text-align:right;
	margin-right: 20px;
}
.header .inner .title a, a:hover{
    color:#00702a;
}

.detail {
	margin:20px 0;
}

.sidemenu {
	width:200px;
	float:left;
}
.sidemenu ul {
	border-top:solid 1px #ccc;
	margin-bottom:10px;
}
.sidemenu ul li {
	border:solid 1px #ccc;
	border-top:none;
}
.sidemenu ul li a {
	background:#fff url(img/menubtn.png) left center no-repeat;
	font-size:14px;
	line-height:30px;
	padding-left:30px;
	display:block;
	color:#333;
}
.sidemenu ul li a:hover {
	background:#fdfcca url(img/menubtn.png) left center no-repeat;
	color:#333;
}

.contents {
	width:680px;
	float:right;
}

.indexphoto {
	margin-bottom:20px;
}
.whatsnew {
	border:solid 1px #00702a;
	height:243px;
	overflow:hidden;
}
.whatsnew .title {
	background:#00702a;
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
	line-height:14px;
}
.whatsnew .text {
	padding:10px;
}
.whatsnew .text table {
	width:100%;
}
.whatsnew .text table td {
	padding:3px 5px;
	vertical-align:top;
}
.whatsnew .text table td.day {
	width:20%;
}
.whatsnew .text p {
	text-indent:-14px;
	padding-left:14px;
}

.indexabout {
	margin-top:20px;
	background:#fff993;
	padding:16px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
.indexabout h1 {
	font-size:16px;
}

.information {
	margin-bottom:20px;
}
.information .practiceleft {
	float:left;
	padding:10px;
	border-right:dashed 1px #00702a;
	margin-bottom:10px;
}
.information .practiceright {
	float:right;
	padding:10px;
	margin-bottom:10px;
}

.information .mapleft {
	float:left;
	padding-right:12px;
	border-right:dashed 1px #00702a;
	margin-top:10px;
}
.information .mapright {
	float:right;
	padding-left:5px;
	margin-top:10px;
}

.footer {
	background:#00702a;
	color:#fff;
	font-size:12px;
	text-align:center;
	padding:5px;
}

.box {
	padding:0 0 20px 0;
}
.box h1 {
	font-size:24px;
	line-height:36px;
}
.box h2 {
	font-size:22px;
	line-height:32px;
}
.contract div {
	margin-left:28px;
	margin-bottom:16px;
}
.contract div p {
	padding-left:56px;
	text-indent:-56px;
}
.contract div p.tex2 {
	padding-left:28px;
	text-indent:-28px;
}
.contract div div p {
	padding-left:42px;
	text-indent:-42px;
}
.namelist {
	margin-top:10px;
}
.namelist table {
	width:80%;
	border:solid 1px #999;
	margin-top:10px;
}
.namelist table tr {
	
}
.namelist table tr td {
	padding:10px 20px;
	border:dotted 1px #999;
}
.namelist table tr td.name {
	text-align:center;
}
.namelist table tr th {
	text-align:center;
	padding:10px 20px;
	font-size:16px;
	border:dotted 1px #999;
}

.equipment {
	margin-top:10px;
}
.equipment div {
	margin-left:56px;
}
.equipment div p {
	padding-left:14px;
	text-indent:-14px;
	margin-top:10px;
}
.equipment div table {
	margin-left:28px;
}
.equipment div table td {
	padding:5px 10px;
	white-space:nowrap;
}
.equipment div table th {
	padding:5px 10px;
	white-space:nowrap;
	text-align:center;
	font-weight:bold;
}

.yearschedule {
	margin-top:10px;
}
.yearschedule table {
	margin-top:10px;
}
.yearschedule table td {
	border:solid 1px #999;
	padding:5px 10px;
}
.yearschedule table th {
	border:solid 1px #999;
	padding:5px 10px;
	text-align:center;
	font-weight:bold;
}

.cat-title {
	margin-bottom:20px;
}
.entry {
	margin:20px 0 40px 0;
	padding-bottom:40px;
}
.entry img {
	margin:20px 0;
}

.dotline {
	border:none;
	border-top:dotted 1px #999;
	margin:20px 0;
}

.nav-next {
	float:right;
}