@charset "UTF-8"; /* publication categoryページ ---------------------------------------------*/ @media screen and (max-width: 640px) { h2 { background: url(../img/ttl_publication.gif) no-repeat; margin-left: 3%; } /* publication categoryページ ---------------------------------------------*/ #sideContents ul { margin: 0 3% 0%; } #sideContents ul:after { content: ""; display: block; clear: both; height: 1px; overflow: hidden; } #sideContents li { float: left; width: 49%; margin-bottom: 3%; } #sideContents li:nth-child(even) { margin-left: 2%; } #sideContents li a { display: block; padding: 0 10px; background: #3a618a; font-size: 14px; line-height: 26px; color: #fff; } #sideContents .bnnGroup li { margin-bottom: 3%; } #sideContents .bnnGroup li a { background: #535353; } #sideContents .bnnGroup.ht { margin-bottom: 4%; } /* publication categoryページ ---------------------------------------------*/ .content { margin: 3%; padding: 15px; background: #fff; font-size: 14px; line-height: 22px; } .content article { margin-bottom: 15px; padding-bottom: 15px; border-bottom: dotted 1px #ccc; overflow:hidden; } .content h3 { margin-bottom: 10px; border-top: solid 1px #ccc; border-bottom: solid 1px #ccc; font-size: 20px; line-height: 36px; } .content h4 { margin-bottom: 10px; font-weight: normal; font-size: 16px; } .content .book { float: left; width: 30%; margin-right: 10px; margin-bottom: 10px; } .content .book img { border: 1px solid #999; } .content p { margin-bottom: 10px; } .content a { text-decoration: underline; color: #3a618a; } .content .amazon a { line-height: 1; } .content article p a[target="_blank"] { background: url(../../common/img/icon_lnk2.gif) no-repeat right center; padding-right: 20px; display: inline-block; } .content .amazon img { width: 100%; max-width: 127px; height: atuo; } .content .language:after { content: ""; display: block; clear: both; height: 1px; overflow: hidden; } .content .language li { display: inline-block; vertical-align: top; margin: 0 2% 2% 0; } .content .language li a { display: block; padding: 0 10px; background: #535353; text-decoration: none; font-size: 14px; line-height: 26px; color: #fff; } /* publication detailページ ---------------------------------------------*/ .btnBack { margin: 4%; font-size: 15px; } .btnBack:before { content: ''; display: inline-block; vertical-align: 2px; width: 7px; height: 7px; border-bottom: solid 1px #c2140c; border-left: solid 1px #c2140c; -webkit-transform: rotate(45deg); transform: rotate(45deg); } }