@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
}
ul,
ol {
  list-style: none;
}
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 colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours 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 colour 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;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
th,
strong,
address {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
/* basic class */
.clear {
  clear: both;
}
br.clear {
  line-height: 0px;
  font-size: 0px;
  height: 0px;
}
.acenter {
  text-align: center;
}
.aright {
  text-align: right;
}
.aleft {
  text-align: left;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.vtop {
  vertical-align: top;
}
.vmiddle {
  vertical-align: middle;
}
.vbottom {
  vertical-align: bottom;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1;
}
textarea {
  font-size: 100%;
}
/* for iphone */
* {
  -webkit-text-size-adjust: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.reset_css * {
  line-height: 180%;
  text-align: inherit;
}
.reset_css img {
  margin: 6px 0;
  max-width: 100%;
  height: auto;
}
.reset_css p {
  margin: 10px 0;
}
.reset_css b {
  font-weight: bold;
}
.reset_css i,
.reset_css em {
  font-style: italic;
}
.reset_css font {
  color: inherit;
}
.reset_css address {
  font-style: italic;
}
.reset_css strong {
  font-weight: bold;
}
.reset_css h1 {
  font-size: 260%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h2 {
  font-size: 200%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h3 {
  font-size: 160%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h4 {
  font-size: 140%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h5 {
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h6 {
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css ul,
.reset_css ul li {
  list-style: disc outside none;
  margin-left: 20px;
}
.reset_css ol,
.reset_css ol li {
  list-style: decimal outside;
  margin-left: 20px;
}
.reset_css blockquote {
  width: 90%;
  margin: 0 auto;
}
.reset_css table {
  margin: 10px 0;
  border: solid 1px;
}
.reset_css th,
.reset_css td {
  border: solid 1px;
  padding: 5px;
}
/*=================================
	base style
=================================*/
a:link,
a:visited,
a:active,
a:focus {
  color: #F74AA0;
  text-decoration: none;
}
a:hover {
  color: #F74AA0;
  text-decoration: none;
}
img {
  max-width: 100%;
}
/*=================================
	body
=================================*/
body {
  font-size: 10px;
  line-height: 130%;
}
/*=================================
	header
=================================*/
#header {
  padding: 7px 10px;
  background: #000;
}
#header a {
  display: block;
}
/*=================================
	wrapper
=================================*/
#main_contents {
  padding: 25px 7px 0;
}
#main_contents .row {
  margin-left: -7px;
  margin-right: -7px;
}
#header_title {
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  background: #262626;
  padding: 6px 7px;
}
/*=================================
	footer
=================================*/
#footer {
  font-size: 150%;
  color: #FFF;
  background: #444444;
}
#footer .menu li {
  border-bottom: solid 1px #222222;
}
#footer .menu li a {
  color: #FFF;
  font-weight: bold;
  display: block;
  padding: 17px 15px;
  border-bottom: solid 1px #777777;
  position: relative;
}
#footer .menu li a:before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#copyright {
  text-align: center;
  background: #000;
}
/*=================================
	search_box
=================================*/
#search_box table {
  width: 100%;
}
#search_box table td,
#search_box table th {
  padding: 6px;
  border: solid 1px #444444;
}
#search_box table th {
  color: #FFF;
  font-size: 12px;
  text-align: left;
  background: #444444;
}
#search_box table td {
  padding: 12px 6px;
}
#search_box table td .check {
  white-space: nowrap;
  display: block;
  float: left;
  padding-right: 4px;
}
#search_box .btn {
  font-size: 15px;
  font-weight: bold;
  padding: 24px 13px 44px;
}
#search_box .btn a {
  color: #FFF;
  text-align: center;
  display: block;
  padding: 17px;
  background: #222222;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
}
/*=================================
	search
=================================*/
#search .no_list {
  padding: 40px 0 80px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #e1557e;
  line-height: 160%;
}
#search .item {
  display: block;
}
#search .item .head {
  padding: 6px 6px 6px;
  color: #FFFFFF;
  background: #000;
  border-bottom: solid 1px #FFF;
}
#search .item .title_area .title {
  padding: 6px 6px 6px;
  color: #FFFFFF;
  background: #000;
}
#search .item .title_area .icons {
  padding: 4px 2px 4px;
  background: #444444;
  zoom: 1;
  *zoom: 1;
}
#search .item .title_area .icons:before,
#search .item .title_area .icons:after {
  display: table;
  content: "";
  line-height: 0;
}
#search .item .title_area .icons:after {
  clear: both;
}
#search .item .title_area .icons li {
  display: inline;
  padding-left: 8px;
}
#search .item .title_area .icons span {
  font-size: 9px;
  line-height: 13px;
  padding: 2px 8px 0;
  color: #666;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #FFF;
}
#search .item .main_text_area .main_photo img {
  width: 100%;
  height: auto;
}
#search .item .main_text_area .text_area {
  padding: 12px 10px 30px;
}
#search .item .main_text_area .text_area .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  color: #88661E;
  padding: 0 0 6px;
}
#search .item .main_text_area .text_area .title a {
  color: #88661E;
}
#search .item .main_text_area .text_area table {
  width: 100%;
  margin: 0 0 19px;
}
#search .item .main_text_area .text_area table td,
#search .item .main_text_area .text_area table th {
  padding: 4px 10px 4px;
  border: solid 1px #E1E1E1;
  background: #FFF;
}
#search .item .main_text_area .text_area table th {
  text-align: left;
  background: #F6F6F6;
  vertical-align: middle;
}
#search .item .main_text_area .text_area .btn {
  font-size: 15px;
  font-weight: bold;
  padding: 0 13px 25px;
}
#search .item .main_text_area .text_area .btn a {
  color: #FFF;
  text-align: center;
  display: block;
  padding: 16px;
  background: #222222;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
}
#more a {
  font-size: 12px;
  color: #000;
  display: block;
  padding: 20px 0 16px;
  border-top: solid 1px #AAAAAA;
  text-align: center;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 69%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(69%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 69%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 69%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 69%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 69%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
#more .text {
  display: block;
  font-weight: bold;
  padding: 0 0 5px;
}
#more .info {
  display: block;
}
