@charset "utf-8";
/*
Theme Name: Portals
Author: Portals
Author URI: http://www.portals.co.jp/
*/
/*==================================
			  reset
==================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ol, ul {
    list-style:none;
}

img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colors to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colors to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border color to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*      WordPress Native Styles     
--------------------------------------*/
/* editor */
 
.post h4 {
	margin: 32px 0 24px;
	padding: 0 8px;
	font-size: 18px;
	border-left: solid 8px #FDB60F;
	border-bottom: dotted 2px #FDB60F;
}
.post h5 {
	margin: 24px 0 16px;
	padding: 0 8px 2px 32px;
	border-bottom: dotted 2px #CFCFC7;
	background: url(image/page/page_ico01.png) no-repeat;
	font-size: 16px;
}
.post h6 {
	margin: 24px 0 16px;
	padding: 0 4px 2px;
	border-bottom: double 4px #FFCC00;
	font-size: 16px;
}
.post p {
    display: block;
    margin: 1em;
}
.post strong { font-weight: bold; }
.post em { font-style: oblique; }
.post blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
.post ul {
	list-style: disc;
	margin: 0 3em 1em;
}
.post ol {
	list-style: decimal;
	margin: 0 3em 1em;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto 8px;
}
.alignright { float: right; margin: 0 0 8px 8px; }
.alignleft { float: left; margin: 0 8px 8px 0 }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

/*==================================
			  base
==================================*/
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.img_left {
	margin: 0 16px 16px 0;
	float: left;
}
.img_right {
	margin: 0 0 16px 16px;
	float: right;
}
.img_center {
	display: block;
	margin: 0 auto 16px;
}
a:hover img, a:active img {
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
/*=================================
			design
=================================*/
body {
	background: #fff;
	color: #444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	min-width: 1240px;/*main_imgの幅*/
	background: url(image/all/all_back.png);
}
.orange {
	color: #F60;
}
.red {
	color: #ff0000;
}
.ribon {
	background: #ffff99;
}
/*-------------------------------
      #layout,  #content
---------------------------------*/
#layoutbody {
	text-align: left;
	width: 1100px;
	margin: 0 auto;
	height: auto;
}
.content:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.content {
	height:auto;
	overflow:hidden;
	width: 1020px;
	margin:20px auto;
	padding: 0 10px 15px;
	clear: both;
}
#main {
	background: #fff;
	width: 740px;
	float: right;
	margin: 10px 0 0 10px;
	padding: 30px 0 15px;
	border-radius: 10px;
	/* box-shadow */
box-shadow:rgba(113, 135, 164, 0.2) 0px 0 6px 5px;
-webkit-box-shadow:rgba(113, 135, 164, 0.2) 0px 0px 6px 5px;
-moz-box-shadow:rgba(113, 135, 164, 0.2) 0px 0px 6px 5px;
}
/*			common
------------------------------*/
.h_style01 /*下層ページのh2などに利用してください*/{
	margin: 0 auto 32px;
	padding: 20px 20px 20px 50px;
    	width: 610px;
    	height: 56px;
	background: url(image/all/h_style01_ico.png) no-repeat 20px,url(image/all/h_style01_bg.png);
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-size: 31px;
	border-radius: 10px;
}	
.h_style02 /*トップのh2、下層のh3*/{
	background: #99CC00 url(image/all/h3_icon.png) no-repeat 10px;
	width: 85%;
	padding: 10px 0 10px 7%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px auto 30px;
	color: #fff;
}
.h_style03 /*トップのh3、下層のh4*/{
	border-left: #FF6600 solid 8px;
	border-bottom: #FF6600 dotted 1px;
	width: 90%;
	padding: 5px 0 5px 2%;
	margin: 0 auto 20px;
	font-size: 16px;
}
.h_style04 /*ブログ見出し*/{
	width: 90%;
	margin: 0 auto 16px;
	padding: 8px;
	border: solid 1px #DFDFD0;
	border-radius: 8px;
	font-size: 16px;
	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%, #F2F2E6 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #ffffff 0%, #F2F2E6 100%); /* W3C */
}
.up {
	float: right;
	margin: 0 30px 0px 0;
}
.h_no_topmargin {
	margin: 0 0 24px;
}
a:link {
	color: #444;
	text-decoration: none;
}
a:visited {
	color: #663300;
}
a:hover {
	color: #ccc;
}
a:active {
	color: #ccc;
}
.img-left {
	margin: 0 10px 10px 0;
	float: left;
}
.img-right {
	margin: 0 0 10px 10px;
	float: right;
}
.text {
	width: 620px;
	margin: 10px auto;
	overflow: hidden;
}
.attention {
	text-align: right;
	font-size: 80%;
	margin-bottom: 10px;
	color: #FF9226;
}
.conts{
	overflow: hidden;
	margin: 10px 40px 24px;
}
.conts p,.text p {
	margin-bottom: 16px;
}
.conts .img_left {
	margin: 0 16px 16px 0;
	float: left;
}
.conts .img_right {
	margin: 0 0 16px 16px;
	float: right;
}
.conts .img_center {
	display: block;
	margin: 0 auto 16px;
}
.ttl {
	margin: 0 0 32px;
	text-align: center;
}
.bnr {
	margin: 0 0 16px;
	text-align: center;
}
/*           header
---------------------------------*/
#header {
	background: url(image/all/header_back.png) repeat-x;
	margin: 0 auto;
	border-top: 5px solid #A4DE29;
}
.header_inner {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.head_left {
	float: left;
	margin: 20px 0 0 10px;
	width: 591px;
}
.head_right {
	float: right;
	width: 490px;
	margin: 20px 0 0 0;
}
.head_right_l {
	float: left;
	width: 100px;
	margin-right: 5px;
}
.head_right_c {
	float: left;
	width: 304px;
}
.head_right_r {
	float: right;
	width: 70px;
	padding-top: 10px;
}
.head_right p {
	margin: 0;
}
/*        main_img
---------------------------------*/
.main_img_wrap {
	background:url(image/top/main_image_back.png) no-repeat;
	clear: both;
	width: 1100px;
	margin: -50px auto 0;
	height: 389px;
}
.main_img {
	display: block;
	margin: 0 auto;
	padding-top: 90px;
	width: 1090px;
}
.page_main_img_wrap {
	background:url(image/page/page_main_image_back.png) no-repeat;
	clear: both;
	width: 1100px;
	margin: -40px auto 0;
	height: 250px;
}
.page_main_img {
	display: block;
	margin: 0 auto;
	padding-top: 48px;
	width: 1090px;
}
/*        contact
---------------------------------*/
.contact_box {
	margin: 0 auto 20px;
	width: 638px;
	padding: 20px 0 10px;
	border: solid 1px #99CC00;
}
.contact_access_box {
	overflow: hidden;
	padding: 15px 15px 0;
}
.contact_access_box dl {
	overflow: hidden;
	margin: 0 0 15px;
}
.contact_access_box dt {
	float: left;
	width: 50px;
	clear: both;
}
.contact_access_box dd {
	margin: 0 0 0 55px;
}
.contact_add {
	font-size: 14px;
}
.contact_uketuke {
	overflow: hidden;
}
.contact_access {
	color: #FF4C4C;
	font-size: 20px;
	font-weight: bold;
}
.contact_access span {
	display: block;
	font-size: 13px;
}
.map {
	margin: 0 auto 15px;
	width: 250px;
	float: right;
}
.contact_bt,
.contact_official {
	text-align: center;
}
.contact_official img {
	width: 90%;
	height: auto;
	margin: 0 0 8px;
}
/*        side
---------------------------------*/
/*メインメニュー*/
.main_menu li {
	margin: 0 0 8px;
}
/*メニュー（固定ページ）*/
#sidebar {
	float:left;
	width:220px;
	margin-left: 15px;
}
.nav_inner {
	margin: 0 auto 10px;
	overflow: hidden;
	clear: both;
	height: auto;
	overflow:hidden;
}
.nav_btn_home li,.nav_btn_access li {
	clear: both;
	margin: 0 0 10px;
}
.nav_btn {
	height:auto;
	overflow:hidden;
}
.nav_btn_li {
	clear: both;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.nav_btn li:hover img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 40);
}
/*ブログ新着記事*/
.widget_recent_entries {
	border: solid 1px #BDBDAE;
	border-radius: 8px;
	background: #fff;
	margin: -13px 0 20px;
}
.widget_recent_entries h2 {
	padding: 8px;
	background: #BDBDAE;
	text-align: center;
	color: #fff;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-size: 18px;
	border-radius: 6px 6px 0 0;
}
.widget_recent_entries ul {
	margin: 16px;
}
.widget_recent_entries li {
	position: relative;
	padding: 16px 0 0;
	margin: 0 0 8px;
	border-bottom: dotted 2px #BCBCB2;
	font-size: 15px;
}
.widget_recent_entries .post-date {
	position: absolute;
	top:0;
	display: block;
	font-size: 13px;
}
.widget_recent_entries li:hover,
.widget_recent_entries li:active {
	color: #BDBDAE;
}
.widget_recent_entries li a {
	color: inherit;
	text-decoration: none;

}
.top_ekiten{
	width:650px;
	margin:20px auto;
	overflow:hidden;
}
.ekiten{
	width:240px;
	margin:23px auto;
}
/*        footer
---------------------------------*/
#footer {
	border-top: 5px solid #A4DE29;
	clear: both;
	margin: 0 auto;
	width: auto;
	height:auto;
	overflow:hidden;
}
.footer_inner {
	clear: both;
	margin: 0px auto 12px;
	height:auto;
	overflow:hidden;
	width: 1100px;
	margin-top: 15px;
}
.foot_left_l p,.foot_left_r p {
	margin: 0;
}
.footer_left {
	float: left;
	width: 440px;
	margin-top: 20px;
}
.footer_nav {
	color: #444;
	float: left;
	width: 320px;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin: 0 0 0 10px;
}
.footer_nav02 {
	float: left;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin-left: 5px;
}
.site_ul00 {
	width: 95%;
	margin: 5px auto 10px;
	height:auto;
	overflow:hidden;
	text-align:left;
}
.site_ul01 {
	float: left;
	width: 50%;
	margin: 5px auto 10px;
	height:auto;
	overflow:hidden;
	text-align:left;
}
.site_ul00 li {
	background: url(image/all/footer_nav_list.png) no-repeat 2px;
	float: left;
	padding: 0 0 0 15px;
	margin-right: 10px;
	font-size:15px;
}
.site_ul01 li {
	background: url(image/all/footer_nav_list.png) no-repeat 1px 5px;
	float: left;
	padding: 0 0 0 13px;
	font-size:13px;
}
.footer_right {
	float: right;
	width: 304px;
	text-align:center;
}
.footer_right p {
	margin: 0;	
}
.copyright {
    text-align: center;
}
/*      症例・患者様の声
---------------------------------*/
.voice_body {
	width: 660px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.voice {
	width: 620px;
	height: auto;
	overflow: hidden;
	padding: 10px;
	background: #FFF;
}
.voice_list li {
	margin-bottom: 10px;
	background: #FFF4D2;
	padding: 10px;
}
.voice_img_frame {
	width: 150px;
	float: left;
	margin: 0 10px 10px;
}
.top_voice_img {
	margin: 0 0 5px;
}
.voice_title {
	font-weight: bold;
	padding-left: 5px;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 20px;
}
.voice_text {
	float: right;
	width: 430px;
	background: #FFF;
	padding: 10px 10px 0;
}
/*	　　トップページ
---------------------------------*/
/*-------top_menu-----------*/
.top_menu {
	width: 640px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.menu_btn{
	width: 640px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	text-align: center;
}
.menu_btn li {
	text-align: center;
	display: block;
	float: left;
	width: 118px;
	margin: 0 0 0 10px;
}
.top_main_bnr {
	margin: 10px 0 15px;
}
.top_main_bnr li {
	text-align: center;
	margin-bottom: 10px;
}
/*-------top_point-----------*/
.top_step {
	width: 650px;
	height: auto;
	overflow: hidden;
	margin: 10px auto 0;
}
.top_step h3 {
	background: #FFF4D2;
	color: #FF6600;
	padding: 8px 0 5px 10px;
	margin: 0 0 15px;
}
.top_step_l {
	float: left;
	width: 425px;
	margin: 0 0 0 5px;	
}
.top_step_l dl dt {
	margin: 0 0 10px;
}
.top_step_l dl dd {
	margin-left: 5px;	
}
.top_step_r {
	float: right;
	width: 190px;
}
/*        youtube
---------------------------------*/
.youtube { 
    background: #FFF4D2;
    margin: 0 auto 30px;
    padding: 0 0 30px;
    width: 640px;
    overflow:hidden;
}
.media_youtube { 
    margin: 0 auto 30px;
    padding: 0 10px 30px 0;
    width: 640px;
    overflow:hidden;
	border: 2px solid #D4EA94;
}
/*        top_point
---------------------------------*/
.top_point_wrap {
	background:url(image/top/top_point_back.png);
	width: 640px;
	margin: 0 auto 24px;
	overflow:hidden;
	padding-bottom: 20px;
}
.top_point {
	background:#FFF;	
	width: 570px;
	margin: 0 auto;
	padding: 15px;
}
.top_point li {
	margin-bottom: 15px;
}
/*        top 表
---------------------------------*/
.top_jiko_list {
	width: 680px;
	overflow:hidden;
	margin: 0 auto;	
}
.content_image {
	width: 120px;
	float: left;
	margin: 30px 10px 0;
}
.content_table01 {
	width: 482px;
	margin: 10px 15px 30px 0;
	border-top: 1px solid #8DBF3C;
	border-left: 1px solid #8DBF3C;
	float: right;
}
.content_table01 th {
	text-align: center;
	padding: 8px 3px 3px;
	letter-spacing: 0.1em;
	background: #99CC00;
	border-right: 1px solid #8DBF3C;
	border-bottom: 1px solid #8DBF3C;
	color: #fff;
}
.content_table01 td {
	text-align: left;
	font-size: 12px;
	border-right: 1px solid #8DBF3C;
	border-bottom: 1px solid #8DBF3C;
	padding: 3px;
	vertical-align:top;
}
/*-------top.anshin-----------*/
.top_anshin_list {
	margin: 0 auto;
	width: 620px;
}
.top_anshin_list li{
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #CCC;
}
.top_anshin_ico {
	float: left;
	margin: 0 10px 0 0;
	width: 64px;
}
.top_anshin_conts {
	float: right;
	width: 500px;
}
.top_anshin_conts h3 {
	margin: 0 0 5px;
}
/*        flow
---------------------------------*/
.top_flow_list {
	 overflow: hidden;
	 margin: 0 auto 16px;
	 width: 670px;
}
.top_flow_list p {
	margin: 0;	
}
.top_flow_list li {
	float: left;
	margin: 0 4px 8px;
	width: 210px;
	height: auto;
	border: solid 1px #E9E0DA;
}
.top_flow_list h3 {
	padding: 4px 0 2px;
	text-align: center;
	border: solid 2px #ffe8e8;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffda6b+0,ffda6b+50,ffbf00+51,ffbf00+100 */
background: #ffda6b; /* Old browsers */
background: -moz-linear-gradient(top,  #ffda6b 0%, #ffda6b 50%, #ffbf00 51%, #ffbf00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffda6b 0%,#ffda6b 50%,#ffbf00 51%,#ffbf00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffda6b 0%,#ffda6b 50%,#ffbf00 51%,#ffbf00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda6b', endColorstr='#ffbf00',GradientType=0 ); /* IE6-9 */
}
/*	　　下層ページ共有
---------------------------------*/
/*キャッチ*/
.catch_ttl {
	text-align: center;
}
.catch_list {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
.catch_list ul {
	margin: 4px 0;
	float: left;
	width: 420px;
}
.catch_list li {
	margin: 0 0 4px;
	padding: 6px 0 6px 44px;
	background: url(image/page/catch_ico01.png) no-repeat left 4px;
	font-size: 18px;
	border-bottom: dotted 1px #FDB60F;
}
.catch_list .img_right img {
	height: auto;
}
/*         相互リンク
---------------------------------*/ 
.link_infomation {
    border: solid 1px #EAEAEA;
    width: 600px;
    margin: auto auto;
}
.link_th {
    width: 128px;
    line-height: 3em;
    background-color: #FFEFBF;
    border-bottom: 1px solid #EAEAEA;
    padding-left: 10px;
}
.link_td {
    padding: 10px;
    border-bottom: 1px solid #EAEAEA;
}
.link_th02 {
    width: 158px;
    line-height: 3em;
    background-color: #FFEFBF;
    padding-left: 10px;
}
.link_td02 {
    padding: 10px;
}
.sogo_link {
    border: 1px solid #EAEAEA;
    width: 598px;
    margin: auto auto;
}
.sogo_link dt {
    padding-left: 10px;
    line-height: 2em;
    background-color: #FFEFBF;
}
.sogo_link dd {
    padding: 10px;
}
/*         交通事故
---------------------------------*/
.jiko_table {
	width: 640px;
	margin: 0 auto 15px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.jiko_table th {
	width: 30%;
	background: #FEFBE0;
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.jiko_table td {
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*         アクセス料金表
---------------------------------*/
.access,.ryoukin_fream {
	width: 640px;
	height:auto;
	overflow:hidden;
	margin: 0 auto;
	padding: 10px;
}
.access_l {
	float: left;
	width: 250px;
	height:auto;
	overflow:hidden;
}
.access_r {
	float: right;
	width: 364px;
	height:auto;
	overflow:hidden;
}
.access_tel {
	font-size: 25px;
	text-decoration: underline;
	text-align: center;
	margin: 0;
	padding: 8px;
	height:auto;
	overflow:hidden;
}
.access_map {
	overflow: hidden;
	width: 600px;
	color: #333;
	background: #fff;
	margin: 0 auto 1em;
	padding: 10px 0;
}
.ryoukin01 {
	width: 600px;
	margin: 0 auto 15px;
	border-top: 1px solid #ccc;
	border-left:1px solid #ccc;
}
.ryoukin01 th {
    background: #FEFBE0;
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	text-align:center;
	font-weight:normal;
}
.ryoukin01 td {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	text-align:center;
}
.page_faq {
	width: 620px;
	overflow:hidden;
	margin: 0 auto 20px;
	border-bottom: 1px solid #FFAB00;
	padding-bottom: 10px;
}
.page_faq dt {
	background: url(image/page/faq_q.png) no-repeat;
	height:	auto;
	padding: 10px 0 10px 50px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
.page_faq dd {
	background: url(image/page/faq_a.png) no-repeat;
	padding: 10px 0 10px 50px;
	height:auto;
}
/*         コンタクトフォーム
---------------------------------*/
.wpcf7-form {
	width: 96%;
	margin: 0 auto 30px;
}
.wpcf7-form p {
	margin: 0 auto 10px;
	line-height: 2em;
}
.form_atention {
	width: 92%;
	margin: 0 auto 20px;
	border: solid 1px #F2F2F2;
	background: #FFDFDF;
	padding: 15px;
}
.privacy_policy {
	width: 92%;
	margin: 0 auto 30px;
	height: 150px;
	overflow: auto;
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 10px;
}
.privacy_policy dl dt {
	margin: 0 auto 10px;
	font-weight: bold;
}
.privacy_policy dl dd {
	margin: 0 auto 2em;
}
.required {
	background: #FFE6E6;
	color: #FF7373;
	padding: 2px;
	border-radius: 5px;
	font-size: 90%;
}
.any {
	background: #FFE599;
	color: #FF8000;
	padding: 2px;
	border-radius: 5px;
	font-size: 90%;
}
/*         ページ送り
---------------------------------*/
.pager {
	width: 90%;
	text-align: right;
	padding-bottom: 10px;
	margin: 0 auto;
}
a.page-numbers, .pager .current {
	border: solid 1px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 5px 8px;
	margin: 0 2px;
}
.pager .current {
	background: #FFCC00;
	border: solid 1px rgba(0,0,0,0.1);
}
.navigation {
	margin: 0 auto;
	width: 630px;
}
.navigation {
	overflow: hidden;
	margin: 0 auto;
	width: 630px;
}
.navigation .alignleft {
	width: 50%;
	float: left;
}
.navigation .alignright {
	width: 50%;
	float: right;
	text-align: right;
}
