@charset "UTF-8";
/* CSS Document */

/* ========================
  common style
======================== */

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
  display:block;
}

body{
  padding: 0;
  margin: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ","Meiryo", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 1.5em;
  background : url(wallppr073.gif) left top / auto auto repeat scroll padding-box border-box transparent;
}

.clearfix:after{
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

a{
  color: #8c2323;
  text-decoration: none;
}

a:link{
  color: #8c2323;
  text-decoration: none;
}

a:visited{
  color:#8c2323;
  text-decoration: none;
}

a:hover{
  color: #c63d3d;
  text-decoration: underline;
}

::selection {
background: #ed8274; /* CSS3 */
}

::-moz-selection {
background: #ed8274; /* Firefox */
}

/* ----------------------------
Yahoo! CSS Reset (YUI 3)
http://developer.yahoo.com/yui/3/cssreset/
CSSresetr.com
---------------------------- */

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{
  margin:0;
  padding:0;
  background: transparent url() no-repeat top left;
}

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;
}

li{
  list-style:none;
}

caption, th{
  text-align:left;
}

h1, h2, h3, h4, h5, h6{
  font-size:100%;
  font-weight:normal;
}

q:before, q:after{
  content:'';
}

abbr, acronym{
  border:0;
  font-variant:normal;
}

sup{
  vertical-align:text-top;
}

sub{
  vertical-align:text-bottom;
}

input, textarea, select{
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}

input, textarea, select {
  *font-size:100%;
}

legend{
  color:#000;
}

.mincho_font{
  font-family: "游明朝体", "Yu Mincho", YuMincho;
}

div#main_wrapp{
  width: 100%;
  margin: 0;
  text-align: center;
}







/* ========================
	compare02_container style
======================== */

div#compare_container02{
  width: auto;
  padding: 20px 0;
  margin: 0 0 0 20px;
  text-align: left;
}

div#compare_container02 h2{
  width: 720px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px #333333 solid;
  border-bottom: 1px #333333 solid;
}

div#compare_container02 h3{
  width: 715px;
  font-size: 22px;
  border-left: 5px solid #A82000;
  cursor: pointer;
}

div#compare_container02 h3 span{
  width: 705px;
  margin: 0 0 0 10px;
  display: block;
}

div.main_container{
  width: 720px;
  padding: 20px 0 0 0;
}

div.talking_audio_container{
  width: 720px;
}

div.audio_explain{
  width: 720px;
  padding: 15px 0 0 0;
}

div.audio_wrapp{
  width: 720px;
  padding: 15px 0;
}

div.audio_wrapp p{
  width: 720px;
  padding: 15px 0 0 0;
  font-size: 12px;
}



















