/* CSS Document */

#contents {
    margin: 0 auto 10px;
}
#contents h1 {
    color: #fc8b27;
}
#contents section:first-child > img {
    margin-bottom: 15px;
}
#contents section:first-child > img + h1{
    padding: 0 0 0 7px;
}
#contents section:first-child > h1 + p {
    width: 95%;
    margin: 0 auto 1rem;
}
#contents h3 {
    font-weight: bold;
    color: #fc8b27;
    width: 95%;
    margin: 0 auto 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #ccc;
}


/* --------------------------------
    text
-------------------------------- */
#contents .txt_or{
    font-size:16px;
    color:#fc8b27;
    line-height:1.3;
    width:88%;
    overflow:auto;
}
#contents .txt_or_2{
    font-size:20px;
    color:#fc8b27;
}

#contents .txt01 {
    padding: 0 10px;
}
#contents .txt06_2 {
    padding: 0 10px;
    width: 50%;
}
#contents .txt09{
    width: 84%;
    overflow:auto;
}
#contents .txt10{
    font-size: 18px;
}
#contents .txt11{
    width: 60%;
    overflow:auto;
}
#contents .box_q p {
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-bottom: 7px;
    border-bottom: solid 1px #ccc;
}
#contents .box_q p.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

 /* --------------------------------
    image
-------------------------------- */
#contents img.photo01{
    width:80%;
    margin: 0 auto;
}
#contents img.photo02{
    width:40%;
}
#contents img.photo02.fL{
padding:0 5px 10px 20px;
}
#contents .box01 img.photo02.fL{
    padding:0 10px 5px 0;
}
#contents img.photo02.fR{
padding:0 20px 10px 5px;
}
#contents img.photo02_2{
width:40%;
padding-bottom:10px;
}
/*#contents img.photo02_2{
width:134px;
}*/
#contents img.photo03{
width:70%;
margin: 0 auto;
}
#contents img.photo04{
width:5%;
padding:1px 10px 0;
}
#contents img.photo05 {
    width:30%;
    padding:3px 10px;
}
#contents img.photo06 {
    width: 129px !important;
    margin-left: auto;
    margin-right: auto;
}

 /* --------------------------------
    hr
-------------------------------- */
.bb_solid_black {
    width: 90%;
    margin: 0 auto 20px;
}
.bb_solid_gray_2 {
    width: 95%;
    margin: 0 auto;
}


/* --------------------------------
    backgorund
-------------------------------- */
#contents .bg_dot_gray {
    background: url("/smartphone/yogurtlibrary/style/images/bg_dictionary.gif") repeat;
    padding-bottom: 20px;
}

/* --------------------------------
    accordion
-------------------------------- */
.ac_dictionary {
    width: 90%;
    margin: 0 auto;
}
.ac_dictionary dt {
    display:block;
    height:50px;
    border:#cdcdcd 1px solid;
    cursor:pointer;
    margin: 0 auto;
    clear: both;
    color: #fc8b27;
    font-weight: bold;
    font-size: 1rem;
}
.ac_dictionary dd {
    margin: 0 auto;
    padding: 1rem;
    font-size: 14px;
    line-height: 1.3rem;
    background: #fff;
    border-left:#cdcdcd 1px solid;
    border-right:#cdcdcd 1px solid;
    border-bottom:#cdcdcd 1px solid;
    height:auto;
    display:none;
    overflow: hidden;
}
.ac_dictionary dt.plus{
    background:url("/smartphone/yogurtlibrary/style/images/btn_plus.png"), #f5f6f6;
    background-repeat:no-repeat;
    background-position: 98% 50%;
    margin-top:1px;
    height: auto;
    padding: 23px 55px 20px 7px;
}
.ac_dictionary dt.mainasu{
    background:url("/smartphone/yogurtlibrary/style/images/btn_mainasu.png"), #f5f6f6;
    background-repeat:no-repeat;
    background-position: 98% 50%;
    margin-top:1px;
    height: auto;
    padding: 23px 55px 20px 7px;
}


/* --------------------------------
    question
-------------------------------- */
.box_question {
    width: 95%;
    margin: 0 auto 1.5rem;
    line-height: 1.3rem;
    overflow: hidden;
}
.box_question dt {
    background: url("/smartphone/yogurtlibrary/style/images/mark_question.png") no-repeat 0 0.3rem;
    background-size: 34px;
    padding-top: 0.5rem;
    padding-left: 40px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dotted #ccc;
    color: #fc8b27;
    font-weight: bold;
    font-size: 1rem;
}
.box_question dd {
    background: url("/smartphone/yogurtlibrary/style/images/mark_answer.png") no-repeat 0 0;
    background-size: 34px;
    margin-bottom: 1rem;
    padding-left: 40px;
    font-style: 14px;
}

/* --------------------------------
    btn prev next 
-------------------------------- */
.box_pn {
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 20px;
}








/* --------------------------------
    choshoku
-------------------------------- */
.box_choshoku,
.choshoku_recipe {
    width: 95%;
    margin: 0 auto;
    line-height: 1.3rem;
    overflow: hidden;
}
.box_choshoku dt{  
  float : left;
  margin-right:5%;
}
.box_choshoku dd:after{
	content: "";
	display:block;
	clear:both;
}
dt.indent{
	text-indent:1em;
}
.choshoku_tc {
  width: 95%;
  margin: 0 auto;
	color: #5e4f48;
	margin-bottom:10px;
	font-size:16px;
}
.choshoku_recipe dt{
	float:left;
	width:101px;
}
.choshoku_recipe dd{
	margin-left: 101px;
}
.choshoku_recipe dd:after{
	content: "";
	display:block;
	clear:both;
}
.breakword{
  word-wrap: break-word;
  word-break: break-all;
}
