/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

/* 購入ページのデザイン整え */
h1.entry-title,
.itemimg,
#itempage h3{
	text-align: center;
}
.entry-header .entry-meta{
	display: none;
}
.exp.clearfix h2{
	margin-top: 30px;
}
.itemimg{
    padding: 30px;
}
#itempage .itemimg img{
	width: 60%;
}
#itempage h3{
   border-radius: 20px;
}
#itempage .field .field_price{
	font-size: 180%;
}
/* 購入ページのデザイン整え---ここまで */
