# body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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;}  
# ol,ul {list-style:none;}  
# caption,th {text-align:left;}  
# h1,h2,h3,h4,h5,h6{font-size:100%;}  
# q:before,q:after{content:'';}  

body{
	text-align:center;
	background-color: #FFF;
	background: #EEEEF5 url(http://quiz-tairiku.com/image/bg_main3.gif) repeat-y 50% 50%;
	background-position: center;
	margin: 15px 0;
	font-family: "Comic Sans MS";
	line-height:1.3em;
}
h2 {
	font-size: 110%;
	padding: 3px 0px 2px 10px;
	margin: 0.6em 10% 0 0.4em;

}

h2 span.date {
	color: #FFFFFF;
	font-size: 100%;
	font-style: normal;
	margin-left: 2px;
	margin-right: 2px;
}

h2 span.title {
	color: #FFFFFF;
	font-size: 100%;
	font-style: normal
}

h2 span.title a {
	color: #ffffff;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0.6em 10% 0 0.4em;
	border-left: 3px solid #9172C5;
	border-bottom: 3px solid #9172C5;
	border-top: 3px solid #9172C5;
	border-right: 3px solid #9172C5;
	padding: 0px 0.5em 0.1em 0.5em;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 0.6em 10% 0 0.4em;
	border-left: 5px solid #9172C5;
	border-bottom: 1px solid #9172C5;
	padding: 0px 0.5em 0.1em 0.5em;
}

h5 {
	font-size: 100%;
	margin: 0.5em 0 0 0.7em;
}

body blockquote {
	color: #333333;
	background-color: #ddd;
	border: #5279e7 1px solid;
	margin: 0.6em 10% 0 0.4em;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

/* 最上部ヘッダ */
/* ヘッダ全体 */
#header{
 top:80px;
 width:930px;
 text-align:center;
 color:#FFF;
 font-weight:bold;
}

#header a{
 color:#FFF;
 display:block;
 width:75px;
 height:25px;
 padding:3px 0 0 0;
 font-weight:bold;
 background: #02e url("http://quiz-tairiku.com/image/button/mo.jpg") no-repeat;
 font-size: 75%;
}

#header ul.sample{
	list-style:none;
	width:900px;
	height:25px;
}
#header ul.sample li{
	float:left;
	margin:0 1px 0 0;
	text-align:center;
}
td.header_catch {
	line-height: 1.4em;
	padding: 0px;
	border-bottom: 1px solid #C0D0F0;
	border-right: 1px solid #C0D0F0;
	border-left: 1px solid #C0D0F0;
	background: #C3D9FF;
	text-align: center;
}

#header2 a{
 color:#FFF;
 display:block;
 width:75px;
 height:25px;
 padding:3px 0 0 0;
 font-weight:bold;
 background: #02e url("http://quiz-tairiku.com/image/button/mo.jpg") no-repeat;
 font-size: 75%;
}

#header2 ul.sample{
	list-style:none;
	width:480;
	height:25px;
}
#header2 ul.sample li{
	float:left;
	margin:0 3px 0 0;
	text-align:center;
}

tbody td.himagine{
	text-align:left;
	vertical-align:top;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;

}

#header-search a{
 color:#000;
 display:block;
 width:20px;
 height:20px;
 padding:3px 0 0 0;
 font-weight:bold;
 background: #FFF;
 font-size: 75%;
}

/* 掲示板 */
#container {
	width: 930px;
}
#footer {
	width: 930px;
	clear: both;
}


/* view */
#menu {
	width: 650px;
	float: left;
	margin-right: 10px;
}
#main {
	width: 270px;
	float: left;
}
	/* answer */
	.main ul.quiz-information li{
	  background:url(http://quiz-tairiku.com/image/1.gif) 5px 5px no-repeat;
	  padding-left:20px;
	}

	.main ul#how_to_answer li{
	  background:url(http://quiz-tairiku.com/image/2.gif) 0px 5px no-repeat;
	  padding-left:15px;
	  margin:0;
	  line-height:135%;
	}

/* indexview */
#main_indexview {
	width: 710px;
	float: left;
	margin-right: 10px;
}


#menu_indexview {
	width: 200px;
	float: left;
	text-align:left;
}






p,li,div{line-height: 1.3em}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}

a:hover {
	color: #cc6666;
}

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

img{
	border:0
}
img.gazou{
	border: 1px solid gray;
}
img.flash{
	border: 1px solid gray;
}


.source{
	border-color:#666;
	border-style:solid;
	border-width:1px 3px 3px 1px;
	width:900px;
	padding:0.5em;
	margin:2em 0.5em 0.5em 1em;
	position:relative;
	background:#ffffff}
		.source_left
		{

		float:left;
		width:45%;
		position:relative;
		}
		.source_right
		{
		float:left;
		width:55%;
		position:relative;
		}
		

.source #photo_ad{
	padding: 5px 0px;
	margin: 0px;
	background-color: #ffffff;
}
.source #photo_new2{
	padding: 0px;
	margin: 0px 0px 10px;
	overflow:hidden;
	background-color: #ffffff;
}
.source #photo_new2 #photo_new2_cont{
	padding: 5px;
	margin: 0px;
	background-color: #ffffff;
}
.source #photo_new2 #photo_new2_cont iframe{
	padding: 0px;
	margin: 0px;
}
.source #photo_new2 #photo_new2_cont span.photolst a img{

	height: 90px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 0px 0.5px 0px 0px;
}
.source #photo_new2 #photo_new2_cont span.photolst a:hover img{

	height: 90px;
	border: 1px solid #FFAA00;
	padding: 0px;
	margin: 0px 0.5px 0px 0px;
}
.source #photo_new2 #photo_new2_cont span.more img {
	padding: 0px;
	margin: 40px 1px 0px 0px;
	vertical-align: top;
}
.source #photo_new2 #photo_new2_cont span.photolst a:hover img{
	border: 1px solid #F75421;
}

h2.a{
	border-width:1px;
	border-style:solid;
	border-color:#aaaabb #003366 #003366 #aaaabb;
	background-color:#CCCC82;
	color:#005588;
	position:absolute;
	top:-20px;
	left:10px;
	padding:2px}
.f{color: #6495ed;}
.fs{color: #6495ed;font-size:90%;}
.star{color: #FF6633;font-size:70%;}

h2.b{
	width:90%;
	font-size:10px;
	border-width:0px;
	background-color:#ffffff;
}
.c{color: #6495ed;}
hr{color:#336699}
.ed{
	text-align:right;
	font-size:x-small;
	font-family: "Comic Sans MS";
}
.c{
 font-family: "Comic Sans MS"}
.sub{
 font-family: "Comic Sans MS";
 border-width: 0px 0px 2px 15px;
 border-style: solid ;
 border-color: #cc0066;
 padding-left: 8px;
 margin-left: 18%;
 margin-bottom: 5%;
 color: #a9a9a9;}
 .sub2{
 font-family: "Comic Sans MS";
 border-width: 0px 0px 2px 15px;
 border-style: solid ;
 border-color: #cc0066;
 padding-left: 8px;
 margin-left: 30%;
 margin-right: 30%;
 margin-bottom: 5%;
 color: #cc0066;}
.sq{
 padding: 3px;
 border: outset 1px #eeddff}
.f2{
 background: #fff0f5;
 font-size: large;}

.ck{
border-bottom:2px dashed #ff69b4}



hr{color:#336699}
.ed{
	text-align:right;
	font-size:x-small;
	font-family: "Comic Sans MS";
}
.c{
 font-family: "Comic Sans MS"}
.sub{
 font-family: "Comic Sans MS";
 border-width: 0px 0px 2px 15px;
 border-style: solid ;
 border-color: #cc0066;
 padding-left: 8px;
 margin-left: 18%;
 margin-bottom: 5%;
 color: #a9a9a9;}
.sq{
 padding: 3px;
 border: outset 1px #eeddff}
.f2{
 background: #fff0f5;
 font-size: large;}
 
div.katteni{
  background-repeat:no-repeat;
  padding-left:20px;
  padding-top:8px;
  margin:0 0 0 10em;
  background-image: url('http://quiz-tairiku.com/image/bbs/curve/tree-branch.gif');
}

div.katteni {
  background-image: url('http://quiz-tairiku.com/image/bbs/curve/branch-hand.gif');
}




#クイズリストテーブル
table.quiz_list {
	border-collapse:collapse;
	border:2px solid #CECCED;
}
caption.quiz_list {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(http://quiz-tairiku.com/image/bbs/table/bg_caption.gif) right top;
	height: 45px;
	color: #43E;
}
right.quiz_list {
	text-align: right;
	text-indent: 10px;
}
thead th.quiz_list {
	background: url(http://quiz-tairiku.com/image/bbs/table/bg_th2.jpg) no-repeat right;
	height: 47px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #B0ADE6;
}
tbody tr.quiz_list {background: url(http://quiz-tairiku.com/image/bbs/table/bg_td1.jpg) repeat-x top;}
tbody tr.over90 {background: #FFF url(http://quiz-tairiku.com/image/bbs/table/bg_td_over90.gif) repeat-x;}
tbody tr.ex {background: #FFF url(http://quiz-tairiku.com/image/bbs/table/bg_td_ex.gif) repeat-x;}
tbody tr.lock {background: #FFF url(http://quiz-tairiku.com/image/bbs/table/bg_td_lock.gif) repeat-x;}

tbody th.quiz_list,td.quiz_list {
	line-height: 1.4em;
	padding: 1.5px 6px;
	border-top: 1px solid #B0ADE6;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}

tfoot th.quiz_list {
	background: url(http://quiz-tairiku.com/image/bbs/table/bg_total.gif) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tfoot td.quiz_list {
	background: url(http://quiz-tairiku.com/image/bbs/table/bg_total.gif) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}


#クイズリストテーブル
table.index {
	#border-collapse:collapse;
	border-collapse:separate;
	border:1px solid #CECCED;
	border-spacing: 20px;
	
}
caption.index {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(http://quiz-tairiku.com/image/bbs/table/bg_caption.gif) right top;
	height: 45px;
	color: #43E;
}
thead th.index {
	background: url(http://quiz-tairiku.com/image/bbs/table/bg_th2.jpg) no-repeat right;
	height: 47px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
}
tbody tr.index {background: url(http://quiz-tairiku.com/image/bbs/table/bg_td3.gif) repeat-x top;}

tbody th.index,td.index {
	line-height: 1.4em;
	padding: 1.5px 6px;
	border-bottom: 20px solid #fff;
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
	text-align: left;
}

tfoot th.index {
	background: url(http://quiz-tairiku.com/image/bbs/table/bg_total.gif) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tfoot td.index {
	background: url(http://quiz-tairiku.com/image/bbs/table/bg_total.gif) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}


.head-tbl {
    width: 930px;
}
.head-tbl-left {
    width: 500px;
}
.head-tbl-center {
    width: 150px;
}
.head-tbl-right {
    width: 230px;
}

.top-t {
    width: 890px;
}

.top-left {
    width: 225px;
}

.top-left-div {
    width: 224px;
}

.top-right {
    width: 659px;
}

.top-right-div {
    width: 659px;
}

.top-right-td {
    width: 600px;
}

.top-right-td-half {
    width: 270px;
}


.top-center {
}

.foot-tbl {
    width: 950px;
}

.foot-hr {
    width: 930px;
}


.pc-only {
}

.mobile-only {
    display: none;
}



@media screen and ( max-width:479px )
{

    #header{
        top:80px;
        width:100%;
        text-align:center;
        color:#FFF;
        font-weight:bold;
    }

    #header a{
        color:#FFF;
        display:block;
        width:60px;
        height:21px;
        padding:3px 0 0 0;
        font-weight:bold;
        background: #02e url("http://quiz-tairiku.com/image/button/mo.jpg") no-repeat;
        background-size: 60px auto;
        font-size: 75%;
    }

    #header ul.sample{
        margin: 0 0 0 0;
        padding: 0 0 0 0;
	list-style:none;
	width:95%;
	height:21px;
    }
    #header ul.sample li{
	float:left;
	margin:0 1px 0 0;
	text-align:center;
    }

    #header-search a{
        color:#000;
        display:block;
        width:20px;
        height:20px;
        padding:3px 0 0 0;
        font-weight:bold;
        background: #FFF;
        font-size: 75%;
    }

    .pc-only {
    display: none;
    }

    .mobile-only {
    }

    .head-tbl {
        margin: 0 -10px;
        width: 100%;
        display: block;
    }
    .head-tbl-left {
        width: 100%;
        display: block;
        border-top: none;
    }
    .head-tbl-center {
        width: 1px;
        display: block;
        border-top: none;
    }
    .head-tbl-right {
        width: 100%;
        display: block;
        border-top: none;
    }

    .top-t {
        margin: 0 -10px;
        width: 100%;
        display: block;
    }

    .top-left {
        width: 100%;
        display: block;
        border-top: none;
    }

    .top-left-div {
        width: 95%;
    }

    .top-center {
        width: 100%;
        display: block;
        border-top: none;
    }

    .top-right {
        width: 100%;
        display: block;
        border-top: none;
    }

    .top-right-div {
        width: 95%;
    }

    .top-right-td {
    }

    .top-right-td-half {
    }


    .foot-hr {
        width: 95%;
    }

    .foot-tbl {
        width: 95%;
    }
}
