/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, 
tt, var, legend, fieldset {
	margin: 0;
	padding: 0; 
}

img, fieldset {#003366
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #fff url(images/body-bg.jpg) no-repeat fixed center top;
	font: 0.81em/150% メイリオ, arial;
	color: #222;
}
a {
	color: #12c;
	text-decoration: none;
	outline: none medium;
}
a:hover { color: #000; text-decoration: underline; }
p { font-size: 10pt; line-height: 15pt; margin: 0 0 1.2em; padding: 0; }

/* list */
ul, ol {
	margin: 1em 2em 1.4em;
	line-height: 140%;
}
li { margin: 0; padding: 0; list-style-type:none; }

/* headings */
h1,h3, h4, h5, h6 { line-height: 1.4em; color: #000; margin: 60px 0 0.4em; }
h1 { font-size: 2em; }
h2 {
	font-size: 1.6em;
}
h3 { color: #333; font-size: 1.2em; margin-top: 10px; }
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 1000px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
/* ↓　大会メインタイトル ポジション 調整 2014.12.12 aizawa modified */
#header { position: relative; height: 320px; }
/* ↑　*/

/* site logo */
#site-logo { margin: 0; }
#site-logo a {
	font: bold 30px/100% arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

/* site description */
#site-description { color: #999; font-size: 5pt; font-family: "Times New Roman", Times; font-weight: normal; font-variant: normal; line-height: 100%; }

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav { background-image: url(images/menu_bg.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; left: 0; bottom: 0; width: 99.8%; padding: 0; margin: 0 0 0 1px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4); box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4); }
#main-nav li { margin: 0; padding: 0; list-style: none; float: left; }
#main-nav li:first-child {
	
}
#main-nav a { line-height: 100%; font-weight: bold; color: #ffffff; font-size: 100%; display: block; text-decoration: none; }
#main-nav a:hover { color: #fff; }

.right{ float: left; }

/************************************************************************************
CONTENT
*************************************************************************************/
#content { background: #fff; padding: 30px 35px 20px; width: 670px; float: left;
	/* rounded corner */
	margin: 160px 0 30px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4); box-shadow: 0 1px 3px rgba(0,0,0,.4); }

/* post */
.post {
	margin-bottom: 20px;
}
.post-title { color: #fff; margin: 0 0 15px; padding: 10px 10px 7px 15px; font: bold 14px/120% メイリオ; background-color: #222; letter-spacing: 1px; border-bottom: 2px solid #c00; }
.post-title a {
	text-decoration: none;
	color: #333;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}


.main_tit{ color: #900; font-size: 25px; font-weight: 500; background-image: url(images/tit_main_bg.gif); background-repeat: no-repeat; text-align: left; text-indent: 20px; width: 100%; height: 50px; padding-top: 15px; }


.disc{ width: 100%; margin-right: 20px; }
.disc_photo{ float: right; margin-bottom: 5px; margin-left: 20px; }

.td_1a{ background-color: #eee; text-align: center; width: 18.7%; float: left; padding: 5px 2px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.td_1b{ background-color: #eee; text-align: center; width: 18.3%; float: left; clear: right; padding: 5px 2px; border: solid 1px #ccc; }

.td_2a{ background-color: #fff; text-align: center; width: 18.7%; height: 75px; float: left; margin-bottom: 15px; padding: 5px 2px; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; border-top-width: 1px; }
.td_2b{ background-color: #fff; text-align: center; width: 18.3%; height: 75px; float: left; clear: right; margin-bottom: 15px; padding: 5px 2px; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }


.td_3a{ background-color: #eee; text-align: center; width: 30%; float: left; padding: 5px 2px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.td_3b{ background-color: #fff; text-align: center; width: 70%; float: left; clear: right; padding: 5px 2px; border: solid 1px #ccc; }

.td_4a{ background-color: #eee; text-align: center; width: 30%; height: 75px; float: left; margin-bottom: 15px; padding: 5px 2px; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; border-top-width: 1px; }
.td_4b{ background-color: #fff; text-align: center; width: 70%; height: 75px; float: left; clear: right; margin-bottom: 15px; padding: 5px 2px; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }


.tit_s{ color: #c00; font-size: 1.3em; font-weight: 500; background-image: url(images/tit_bg.gif); background-repeat: repeat-x; text-align: left; text-indent: 1em; width: 99.8%; padding-top: 10px; padding-bottom: 10px; border: solid 1px #ccc; }

.und{ text-decoration: none; border-bottom:1px dashed #ddd; }
ul.list-bg, ul.list-bg li {margin: 0; padding: 0;}
ul.list-bg { margin-left: 0; }
ul.list-bg li { list-style-type: none; padding: 5px 15px; }

.frm_topic { margin-bottom: 15px; padding: 10px; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }

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





/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 240px;
	float: right;
	margin: 160px 0 20px;
}
.widget {
	background: #fff;
	margin: 0 0 15px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle { color: #333; margin: 0 0 5px; padding: 0; }
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer { clear: both; color: #999; font-size: 85%; text-align: center; }
#footer a {
	color: #12c;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

.graph { padding: 10px; }
.tit01 { color: #69c; font-size: 11pt; font-weight: 600; text-indent: 0.5em; margin-top: 10px; margin-bottom: 10px; padding-top: 2px; padding-bottom: 2px; border-bottom: 1px dotted #69c; border-left: 8px solid #69c; }

.tit02 { color: #6bbce6; font-size: 110%; font-weight: 600; margin-top: 0; margin-right: 0; margin-bottom: 5px; padding: 0 0 0 5px; border-left: 5px solid #ed95bd; rder-bottom-style: dotted; }

.tit03 { color: #ccc; font-size: 100%; margin: 0; padding: 0; }

.notice { color: #dc578c; font-size: 85%; line-height: 120%; margin: 0; padding: 0; }
.topic { width: 99.8%; margin: -15px 0 15px; padding: 3px 0; border-right: 1px dotted #ccc; border-bottom: 1px dotted #ccc; border-left: 1px dotted #ccc; rder-bottom-style: dotted; rder-right-style: dotted; }

.sns_icon{ width: 150px; float: left; margin: 10px 5px 10px 0; padding: 0; }
.sns_icon2{ margin: 10px 0; padding: 0; }

div.iframeWrap {
    position: relative;
    width: 100%;
}
div.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.left{ text-align: left; width: 300px; float: left; margin: 0; padding: 0; }
.right2{ text-align: left; width: 300px; float: right; }
.clear{ clear: both; }

.ev_list{ padding: 10px 5px; }

td {padding: 20px;} 



