@charset "utf-8";


/****** CSSリセット *******/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* 共通部分
-------------------------------------------------------------- */

/* フロート対策 */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

select, input[type="text"], input[type="email"], input[type="password"], textarea {
	margin: 0 5px 0;
	background: #fff;
	background-color: #fcfcfc;
	border: 1px solid #888;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 6px;
	box-sizing: border-box; /* 100%でpadding分はみ出す対策 Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */;
}

/* Googleカスタム検索用（ボックスに影が出るため） */
.gsc-search-box-tools input[type="text"] {
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0);
}
 
/* guiエディタで表示がずれるため無効
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
	padding: 10px;
}

input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
	padding: 10px;
}
*/

input[type="submit"] {
	padding: 8px;
}

pre, dl, ol, p, blockquote { 
	font-size: 100%;
	line-height:180%;
	margin:0px 0px 20px 0px;
}

textarea {
	margin: 10px 0 0 0;
	width: 100%;
	font-size: 120%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

blockquote { margin-left:32px; }

body {
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic';
	margin:0px;
	padding: 0 2em;
}

div#back {
	background-color:#2D3131;
	padding: 0 2em;

}

div#main {
	margin: 0 auto;
	max-width: 1200px;
	background-color:#fff;
	clear: both;

}

#primary {
	background: #fff;

	float: right;
	margin: 0 0 0 0;
	width: 100%;
	margin-left:-362px;
}

#content {
	background: #fff;
	margin: 0 20px 20px 0;
	margin-left:362px;
	padding: 0px 20px 20px 10px;
}

#secondary {
	background: #fff;
	float: left;
	padding: 0 20px 0 20px;
	margin: 0 20px 0 20px;
	width: 280px;
}

div#header {
	background-image:url(../image/header_top.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height:136px;
	margin:0px 0px 5px 0px;
}

div#ptitle{
	margin:0px;
	padding:0px;
}


div#top {
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 15px;
}

div#top p{
	padding:0px;
	margin:0px;
}

.toplogo{
	float:left;
}

div#top a:visited,a:link,a:hover,a:active{
	color:#fff;
}

.catch{
	color:#fff;
	padding:0px;
	margin:10px 0px 0px 16px;
	font-size: 90%;
}

h2.title {
	margin:0px;
	padding:10px 0px 0px 0px;
	font-size: 18px;
	font-weight:bold;

}
h2.title a {
	color:#fff;
}

body,td {
	margin:0px;
	padding:0px;
	color:#333;
	font-family:'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
	line-height:170%;
}

table {
	margin:0px;
	border:0px;
}



a:link {
	color: #047;
	background-color:inherit;
	text-decoration:none;
}

a:active {
	color: #047;
	background-color:#CCDDEE;
	text-decoration:none;
}

a:visited {
	color: #07C;
	background-color:inherit;
	text-decoration:none;
}

a:hover {
	color: #047;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	color:#333;
	font-weight:700;
}

h1, h2 {
	color:#333;
	font-size:166%;
	padding:0px;
	margin:0px 0px 20px 0px;
}
h3 {
	color:#333;
	font-size:135%;
	font-weight: 700;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}
#secondary h3 {
	margin: 25px 22px 7px 0;
	clear: both;
	font-size: 100%;
}
#secondary p {
	margin:0px;
}

#secondary h3 a {
	background-color: #1F7BCD;
	padding: 7px 11px 5px 11px;
	border-radius: 2px;        /* CSS3草案 */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;   /* Firefox用 */ 
	color:#fff;
	display: block;
	width:100%;
}

#secondary p a {
	display: block;
	width:100%;
}

#secondary ul {
	margin:0px 0px 0px 35px;
	line-height:220%;
}
#secondary ul a {
	display: block;
	width:100%;
}
h4 {
	color:#333;
	font-size:110%;
	font-weight: 700;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}
h5, h6 {
	color:#333;
	font-size:110%;
	font-weight: 700;
	background-color:#DDDDDD;
	padding:0px 0px 0px 0px;
 	margin:0px 0px 15px 0px;
}

dt {
	font-weight:bold;
	margin-top:1em;
	margin-left:1em;
}

pre {
	border:#C0C0C0 1px solid;
	padding:1.5em;
	white-space:pre;
	background-color:#f7f7f7;
	/* Mozilla */ 
	white-space: -moz-pre-wrap;

	/* Opera 4-6 */ 
	white-space: -pre-wrap;

	/* Opera 7 */ 
	white-space: -o-pre-wrap;

	/* CSS3 */ 
	white-space: pre-wrap;

	/* IE 5.5+ */ 
	word-wrap: break-word;
}

img {
	border: none;
	max-width: 100%;
	height: auto!important;
	display: inline-block;
	box-sizing: border-box; /* 100%でpadding分はみ出す対策 Opera/IE 8+ */
	/*-webkit-box-sizing: border-box;  Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */;
}

/* google mapでアイコンが消える対策（なぜかChromeのみ） */
.gm-style img {
	max-width: none;
}

#body img { margin-bottom:0px;} 

#body form { margin-bottom:15px;} 

ul {
	margin:0px 0px 10px 0px;
}

em {
	font-style:italic;
	font-size:100%;
}

strong { 
	font-weight:bold;
	font-size:100%;
}

thead td.style_td,
tfoot td.style_td {
	color:inherit;
	background-color:#D0D8E0;
}

thead th.style_th,
tfoot th.style_th {
	color:inherit;
	background-color:#E0E8F0;
}
div.ie5 { 
	text-align:left; 
}
.zukan, .seitai {
	clear:both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.zukan p, .seitai p {
	margin: 0 7px 12px 0;
	padding: 10px;
	width: 170px;
	vertical-align:top;
	background-color:#fff;
	-webkit-box-shadow: 1px 2px 8px 0 rgba(175, 175, 175, 1);
	-moz-box-shadow: 1px 2px 8px 0 rgba(175, 175, 175, 1);
	box-shadow: 1px 2px 8px 0 rgba(175, 175, 175, 1);

}
.seitai p {
	width: 235px;
}
.zukan img {
	margin:0px;
	padding:0px;
}
.zukan a {
	line-height: 1.2em;
    vertical-align: top;
}
.zukanmokuji table {
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
	float:left;
}
.zukanmokuji a:link {
	margin: 0px;
	padding: 15px;
	display: block;
}
.zukanmokuji td.style_td {
	padding:0px;
}
.toppagephoto {
	clear:both;
}
.toppagephoto table {
	border:0px;
	text-align:left;
	vertical-align:top;
	color:inherit;
	background-color:#C0C0C0;
	float:left;
}

.toppagephoto .style_td {
	background-color:#FFF;
	width: 192px;
}

.topshokai {
	background-image:url(../image/topsyokai.png);
	background-repeat: no-repeat;
	background-position: right;
}

.topseitai {
	background-image:url(../image/topzukan.png);
	background-repeat: no-repeat;
	background-position: right;
}

.topseitai p {
	margin: 0px 0px 10px 0px;
	padding: 16px 0px 0px 0px;
	line-height: 180%;
}
.topsiiku {
	background-image:url(../image/topsiiku3.png);
	background-repeat: no-repeat;
	background-position: right;
}

.topsiiku p {
	margin: 0px 0px 10px 0px;
	padding: 17px 0px 0px 0px;
	line-height: 180%;
}

.topqa {
	background-image:url(../image/topqa.png);
	background-repeat: no-repeat;
	background-position: right;
}

.topqa p {
	margin: 0px 0px 10px 0px;
	padding: 17px 0px 0px 0px;
	line-height: 180%;
}

.yohintopphoto table {
	margin: 7px 0px 0px 15px;
	width: 160px;
	height: 100px;
	float: right;
}

.yohintopphoto .style_td {
	border: 1px;
	text-align:center;
	background-color:#FFF;
}

.yohintopphoto img{
	display: inline;
	margin: 3px 5px 0px 5px;
}

.comment {
	margin: 10px 0px;
	padding: 15px 15px 10px 15px;
	background-color:#F1F1F1;
	border:#C0C0C0 1px solid;
}

.comment p {
	line-height:180%;
}

.comment hr.full_hr {
	margin: 0px 0px 10px 0px;
}

.review {
	margin: 10px 0px;
	padding: 0px 15px 10px 15px;
	background-color:#F7F7F7;
	border:#C0C0C0 1px solid;
}

.review p {
	line-height:180%;
	margin: 15px 0px 5px 0px;
}

.review hr.full_hr {
	margin: 0px 0px 10px 0px;
}

.review form {
	float: left;
	width: 150px;
}
.review img {
//	float: left;
//	margin: 0px 0px 10px 0px;
}
.youhin table{
	font-size:100%;
}
.youhin td.style_td{
	padding:5px;
	height: 90px;
	vertical-align: middle;
}
.youhin img {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.style_table {
	border:0px;
	margin:0px 0px 20px 0px;
	text-align:left;
	color:inherit;
	background-color:#C0C0C0;
	word-break:break-all;
}
.style_th {
	padding:5px;
	margin:1px;
	text-align:center;
	color:inherit;
	background-color:#EEEEEE;
}
.style_td {
	padding:10px;
	margin:1px;
	vertical-align:top;
	color:inherit;
	background-color:#F1F1F1;
}

ul.list1 { list-style-type:disc; }
ul.list2 { list-style-type:circle; }
ul.list3 { list-style-type:square; }
ol.list1 { list-style-type:decimal; }
ol.list2 { list-style-type:lower-roman; }
ol.list3 { list-style-type:lower-alpha; }


span.noexists {
	color:inherit;
	background-color:#FFFACC;
}

.small { font-size:80%; }

.super_index {
	color:#DD3333;
	background-color:inherit;
	font-weight:bold;
	font-size:60%;
	vertical-align:super;
}

a.note_super {
	margin:0px 0px 0px 0px;
	color:#ce6767;
	background-color:inherit;
	font-weight:bold;
	font-size:60%;
	vertical-align:super;
}

div.jumpmenu {
	font-size:60%;
	text-align:right;
}

hr {
	margin:25px 0px 25px 0px;
	padding:0px 0px 0px 0px;
	color:#C0C0C0;
	border:1px;
	height:1px;
	background-color:#C0C0C0;
}

hr.full_hr {
	margin:40px 0px 40px 0px;
	padding:0px 0px 0px 0px;
	color:#C0C0C0;
	border:1px;
	height:1px;
	background-color:#C0C0C0;
}

hr.note_hr {
	margin:40px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	border-style:ridge;
	border-color:#333333;
	border-width:0px;
	text-align:center;
}
span.size1 {
	font-size:xx-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size2 {
	font-size:x-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size3 {
	font-size:small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size4 {
	font-size:medium;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size5 {
	font-size:large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size6 {
	font-size:x-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size7 {
	font-size:xx-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}

/* html.php/catbody() */
strong.word0 {
	background-color:#FFFF66;
	color:black;
}
strong.word1 {
	background-color:#A0FFFF;
	color:black;
}
strong.word2 {
	background-color:#99FF99;
	color:black;
}
strong.word3 {
	background-color:#FF9999;
	color:black;
}
strong.word4 {
	background-color:#FF66FF;
	color:black;
}
strong.word5 {
	background-color:#880000;
	color:white;
}
strong.word6 {
	background-color:#00AA00;
	color:white;
}
strong.word7 {
	background-color:#886800;
	color:white;
}
strong.word8 {
	background-color:#004699;
	color:white;
}
strong.word9 {
	background-color:#990099;
	color:white;
}


/* 編集画面表示時コンテンツ部分
------------------------------------------------------------------------*/
#body2 {
	margin: 0 40px;
}

/* html.php/edit_form() */
.edit_form {
	width: 100%;
	clear:both;
	margin: 0px 0px 20px 0;
}
.edit_form select {
	margin: 0px 15px 10px 0px;
	height: 40px;
}
.edit_form textarea {
	margin: 0px 0px 10px 0px;
	width: 100%;
	height: 300px;
	line-height: 1.4em;
}
.edit_form [type="checkbox"] {
	margin: 0px;
	vertical-align:middle;
}



/* pukiwiki.skin.php */
div#header {
	padding:0px;
	margin:0px;
}

div#navigator {
	font-size:93%;
    font-weight: 700;
	padding:10px 0 10px 10px;
	margin:0 0 20px 0;
	background-color:#F1F1F1;
    border: solid 1px #C0C0C0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	clear: both;
}

div#navigator h4.navititle {
	padding:10px 0px 5px 10px;
	margin:0px 0px 0px 0px;
}
div#navigator p {
	margin:5px 0px
}
div#navigator a {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div#navigator img {
	display: inline;
	vertical-align: middle;
	margin:0px 5px 0px 3px;
	padding:0px 0px 0px 0px;
}

.osusume h4 {
	padding:0px;
	margin:30px 0px 10px 0px;
	font-size:100%;
}
.osusume img {
	border: solid 1px #C0C0C0;
}

div#note {
	display: block;
	padding:0px;
	margin: 0 0 20px;
}

div#attach {
	clear:both;
	padding:0px;
	margin:0px;
}

div#toolbar {
	clear:both;
	padding:0px;
	margin:0px;
	text-align:right;
}

div#lastmodified {
	font-size:80%;
	line-height:120%;	
	padding:0px;
	margin:0px 0px 5px 0px;
}

div#related {
	font-size:80%;
	padding:0px;
	margin:16px 0px 0px 0px;
}

div#footer {
	background-image: url(../image/footer_top.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	background-color:#262626;
	font-size:90%;
	color:#FFF;
	padding:100px 40px 40px 40px;
	margin:0px 0px 0px 0px;
	clear: both;
}
div#footer a:visited,{
	color:#fff;
}
div#footer a:visited{
	color:#fff;
}
div#footer a:link{
	color:#fff;
}
div#footer a:hover{
	color:#fff;
}
div#footer a:active{
	color:#fff;
}
div#footer h3{
	font-size:100%;
	color:#FFF;
	margin:0px 0px 10px 0px;
}
div#footer h4{
	font-size:100%;
	color:#FFF;
	margin:10px 0px 5px 0px;
}
div#footer li{
	background-image: url(../image/white_bullet.png);
	background-repeat: no-repeat;
	background-position: left;
	list-style:none;
	font-size:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 11px;
}
div#footer ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div#footer hr{
	color:#FFF;
	clear:both;
}
div#footer img {
	display: inline;
	vertical-align: middle;
}
div#footer img.footergoogle {
	margin:0px 10px 0px 0px;
	padding:0px 0px 3px 0px;
}
div#footer img.footerwitter {
	margin:0px 10px 0px 0px;
	padding:0px 0px 3px 0px;
}
div#footer img.footerFacebook {
	margin:0px 10px 0px 0px;
	padding:0px 0px 3px 0px;
}
div#footer img.footerrss {
	margin:0px 10px 0px 0px;
	padding:0px 0px 3px 0px;
}
.footer_columns1{
	float:left;
	margin:0px 20px 40px 0px;
	width: 18%;
}
.footer_columns2{
	background-image: url(../image/footer_white_line.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin:23px 20px 40px 0px;
	padding:0px 0px 0px 40px;
	float:left;
	width: 18%;
}
.footer_columns3{
	background-image: url(../image/footer_white_line.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin:23px 20px 40px 0px;
	padding:0px 0px 0px 40px;
	float:left;
	width: 18%;
}
.footer_columns4{
	background-image: url(../image/footer_white_line.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin:23px 0px 40px 0px;
	padding:0px 0px 0px 40px;
	float:left;
	width: 18%;
}

div#rss {
	padding:0px;
	margin:0px 0px 10px 0px;
}
div#banner {
	float:right;
	margin-top:24px;
}

div#preview {
	color:inherit;
	background-color:#F5F8FF;
}

img#logo {
	float: left;
	padding:0px;
	margin:0px 20px 0px 9px;
}

/* aname.inc.php */
.anchor {}
.anchor_super {
	display: none;
/*
	font-size:xx-small;
	vertical-align:super;
*/
}

/* br.inc.php */
br.spacer {}

/* calendar*.inc.php */
.style_calendar {
	padding:0px;
	border:0px;
	margin:3px;
	color:inherit;
	background-color:#CCD5DD;
	text-align:center;
}
.style_td_caltop {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	font-size:80%;
	text-align:center;
}
.style_td_today {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#FFFFDD;
	text-align:center;
}
.style_td_sat {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5FF;
	text-align:center;
}
.style_td_sun {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#FFEEEE;
	text-align:center;
}
.style_td_blank {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}
.style_td_day {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}
.style_td_week {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5EE;
	font-size:80%;
	font-weight:bold;
	text-align:center;
}

/* calendar_viewer.inc.php */
div.calendar_viewer {
	color:inherit;
	background-color:inherit;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:10px;
}
span.calendar_viewer_left {
	color:inherit;
	background-color:inherit;
	float:left;
}
span.calendar_viewer_right {
	color:inherit;
	background-color:inherit;
	float:right;
}

/* clear.inc.php */
.clear {
	margin:0px;
	clear:both;
}

/* counter.inc.php */
div.counter { font-size:70%; }

/* diff.inc.php */
span.diff_added {
	color:blue;
	background-color:inherit;
}

span.diff_removed {
	color:red;
	background-color:inherit;
}

/* hr.inc.php */
hr.short_line {
	text-align:center;
	width:80%;
	border-style:solid;
	border-color:#333333;
	border-width:1px 0px;
}

/* include.inc.php */
h5.side_label { text-align:center; }

/* navi.inc.php */
ul.navi {
	margin:0px;
	padding:0px;
	text-align:center;
}
li.navi_none {
	display:inline;
	float:none;
}
li.navi_left {
	display:inline;
	float:left;
	text-align:left;
}
li.navi_right {
	display:inline;
	float:right;
	text-align:right;
}

/* new.inc.php */
span.comment_date { font-size:x-small; }
span.new1 {
	color:red;
	background-color:transparent;
	font-size:x-small;
}
span.new5 {
	color:green;
	background-color:transparent;
	font-size:xx-small;
}

/* popular.inc.php */
span.counter { font-size:70%; }
ul.popular_list {
}

/* recent.inc.php,showrss.inc.php */
ul.recent_list {
}

/* ref.inc.php */
div.img_margin {
	margin:0px 0px 0px 0px;
}

/* vote.inc.php */
td.vote_label {
	color:inherit;
	background-color:#C0C0C0;
}
td.vote_td1 {
	color:inherit;
	background-color:#F3F3F3;
}
td.vote_td2 {
	color:inherit;
	background-color:#FFFFFF;
}
form.vote {
	margin:5px 0px;
	padding:0px;
}
#mmado {
	width:128px;
	margin:0px 0px 0px 8px;
	padding:5px;
	line-height: 20px;
	border: 1px solid #CCCCCC;
	box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
}

#mbotton {
	width:42px;
	margin:0px 0px 0px 3px;
	padding:0px 0px 0px 0px;
	height: 32px;
	line-height: 30px;
}

/* bookmark.inc.php */
#bookmark p {
	margin:0;
}

#bookmark img {
	vertical-align: middle;
	margin:0px 0px 2px 5px;
} 

#bookmark .addthis  { 
	width: 120px;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
#bookmark .google1 { 
	width: 70px;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 0px;
} 
#bookmark .hatena { 
	width: 101px;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 0px;
} 
#bookmark .twitter { 
	width: 80px;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 0px;
} 
#bookmark .facebook { 
	width: 89px;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
#bookmark .pocket { 
	width: 80px;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

/* floatclear.inc.php */
.floatclear { 
	clear : both;
} 

/* google Adsense sidebar */
.googlesidebar { 
	margin: 0 0 15px 0;
}

/* google Adsense main */
.adsense { 
	margin: 10px 10px 0 0;
	float: left;
} 

/* pkwkmail */
form.pkwkmail table.style_table {
	width: 100%;
	background: none;
	margin: 25px 0px 15px 0px;
}
form.pkwkmail table.style_table th {
	padding-bottom: 10px;
	vertical-align: middle;
}
form.pkwkmail textarea{
	margin: 10px 0px 10px 0px;
}
/* pagetop */
#pagetop {
	display: none;
	text-align: center;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}
#pagetop a {
	height: 75px;
	width: 72px;
	text-decoration: none;
	background: url(../image/uptop.png) no-repeat center center rgba(0, 0, 0, 0);
	display: block;
/*	-moz-border-radius: 100px; Firefoxで角R */
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
/*	filter: alpha(opacity=100); IEで透明度 */
	-ms-filter: "progid:DXImageTransform.Micro
}

/* raty */

.raty img {
	display: inline;
}

/* フォーム */

/* 相互RSS用 */
#aq_feed {
	margin: 0 27px 27px 27px !important;
	height: 300px;
}

#aq_feed ul li a {
	padding: 0!important;
}

#aq_feed h2 {
	padding: 5px 8px 0px 12px !important;
}

/* googleカスタム検索の調整 
------------------------------------------------------------------------*/

.google-custom-search {
	height: 30px;
}

.gsc-search-button {
	padding: 2px 0 0 0;
}

/* google Adsense用
------------------------------------------------------------------------*/
.adsense1 {
	margin: 20px 0;
	text-align:center;
}

/* ここからレスポンシブ用
------------------------------------------------------------ */

/* 正確には1024で変えたいがスクロールバーのぶんだけ早く縮める */
@media screen and (max-width: 1040px) { 

	/* リセット */
	#primary, #content, #secondary, .footer_columns4{
		float: none;
		margin: 0;
		width: auto;
	}
	div#back{
		padding: 0;
	}
	#body2{
		margin: 0 20px;
	}

	#primary {
		margin: 0 20px;
	}
	div#footer {
		padding: 100px 20px 20px 20px;
	}
	#secondary{
		border-radius: 0px;        /* CSS3草案 */  
		-webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 0px;   /* Firefox用 */ 
		border: none;
		border-top: 1px solid #ccc;
	}
	#secondary p {
		width: 33%;
		float: left;
		margin: 0 0 7px 0;
	}
	.footer_columns1, .footer_columns2, .footer_columns3 {
		display: none;
		height:0px;
	}
	.footer_columns4 p {
		width: 33%;
		float: left;
		border: none;
	}
	.footer_columns4 {
		background-image: none;
	}

}
























